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": "58890372-7a44-4c21-aca6-f72edcfbd6de",
"Asset": {
"AssetId": "51909e21-f439-44ea-8d18-ae39da4b282f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "23c501fd-497f-4d83-af0b-14d34c368609",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d7177e85-1c05-4679-a354-e7044f644c75",
"CreateDate": "2026-07-13T23:59:40.9786247-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:59:40.9786247-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "b40a40fc-26c5-4860-a9ac-1270e0f29faa",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-13T23:59:40.9786247-07:00",
"MeasurementValueNeededDate": "2026-07-13T23:59:40.9786247-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "266871de-6dda-40d5-90b6-13e9a930e580",
"CreateDate": "2026-07-13T23:59:40.9786247-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-13T23:59:40.9786247-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-13T23:59:40.9786247-07:00",
"MeasurementValueNeededDate": "2026-07-13T23:59:40.9786247-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "3fc87a19-5228-4eb2-a388-d3b9173122d1",
"CreateDate": "2026-07-13T23:59:40.9786247-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-13T23:59:40.9786247-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "4f64e8d0-e118-4eec-8a09-18b48faa2875",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "23c501fd-497f-4d83-af0b-14d34c368609",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d7177e85-1c05-4679-a354-e7044f644c75",
"CreateDate": "2026-07-13T23:59:40.9786247-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:59:40.9786247-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "4b9de8b0-7d69-4944-a727-fa68c671b896",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4d008b13-f9e5-48df-81ab-53ee6ce5f369",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a0525280-2313-40f7-acfa-e8212b14d366",
"CreateDate": "2026-07-13T23:59:40.9786247-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-13T23:59:40.9786247-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-07-13T23:59:40.9786247-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "da9c8156-dea7-48ee-a8d6-d11446a47ad0",
"CreateDate": "2026-07-13T23:59:40.9786247-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-13T23:59:40.9786247-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-13T23:59:40.9786247-07:00",
"LastValueDate": "2026-07-13T23:59:40.9786247-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "a2902867-45d4-4d58-ac53-75286d2b9da8",
"CreateDate": "2026-07-13T23:59:40.9786247-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-13T23:59:40.9786247-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}