GET AssetMeasurementTypes?assetMeasurementTypeId={assetMeasurementTypeId}
Retrieves an asset measurement type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetMeasurementTypeId |
Id of the asset measurement type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the asset measurement type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | AssetMeasurementType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"AssetMeasurementTypeId": "f81ff90c-c16a-4570-8657-2b0290f4536a",
"Asset": {
"AssetId": "e9d0a7e0-48fc-490c-8053-c34191c2078a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1768afcf-1139-4fd0-a08d-de149225928d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "cc3b8a7b-926e-47dc-a420-f47a3ccfe560",
"CreateDate": "2026-06-13T17:50:46.016246-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-13T17:50:46.016246-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "47e3f0c8-8693-4731-9140-970ff72f0597",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-13T17:50:46.016246-07:00",
"MeasurementValueNeededDate": "2026-06-13T17:50:46.016246-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d52a6682-229f-4d0a-9465-71004d3bafc5",
"CreateDate": "2026-06-13T17:50:46.016246-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-13T17:50:46.016246-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-13T17:50:46.016246-07:00",
"MeasurementValueNeededDate": "2026-06-13T17:50:46.016246-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a333528e-3606-409b-8748-2c45d720a9b0",
"CreateDate": "2026-06-13T17:50:46.016246-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-13T17:50:46.016246-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "58adc91b-afa7-4599-aeb8-165fb760ce58",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1768afcf-1139-4fd0-a08d-de149225928d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "cc3b8a7b-926e-47dc-a420-f47a3ccfe560",
"CreateDate": "2026-06-13T17:50:46.016246-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-13T17:50:46.016246-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "a5465c12-8a29-4152-9bd9-12c42399e38e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d32ad42d-030a-48d3-acf4-f52d58c8c0d2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b584a7f9-26fd-49d3-ba73-8b8cf4e35d17",
"CreateDate": "2026-06-13T17:50:46.016246-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-13T17:50:46.016246-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-13T17:50:46.016246-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "68a68a6d-acf0-4bbf-9641-0ad4daaf4f1b",
"CreateDate": "2026-06-13T17:50:46.016246-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-13T17:50:46.016246-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-13T17:50:46.016246-07:00",
"LastValueDate": "2026-06-13T17:50:46.016246-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "5f23e0dc-d46f-40c0-94af-0d25f3af507b",
"CreateDate": "2026-06-13T17:50:46.016246-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-13T17:50:46.016246-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}