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": "9935dc10-3615-4781-9a2b-a3854e5629fe",
"Asset": {
"AssetId": "fb1af12f-cc6e-4b73-ab34-87e8e4eec390",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "2e93706f-0755-4186-be72-7738b9b7505c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f771b70d-b4dc-4b7e-8fb6-389f6046ced2",
"CreateDate": "2026-05-24T15:03:08.2506152-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T15:03:08.2506152-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "0a06ac65-29d4-43e4-bd11-6d5d83557882",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-24T15:03:08.2506152-07:00",
"MeasurementValueNeededDate": "2026-05-24T15:03:08.2506152-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "a354892a-420f-4efb-959f-0c0807b1258b",
"CreateDate": "2026-05-24T15:03:08.2506152-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-24T15:03:08.2506152-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-24T15:03:08.2506152-07:00",
"MeasurementValueNeededDate": "2026-05-24T15:03:08.2506152-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "3723103c-b071-4b03-9b73-418a22044d91",
"CreateDate": "2026-05-24T15:03:08.2506152-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-24T15:03:08.2506152-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "c14b8e32-4021-4a7d-8d5b-5779b1a364e2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "2e93706f-0755-4186-be72-7738b9b7505c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f771b70d-b4dc-4b7e-8fb6-389f6046ced2",
"CreateDate": "2026-05-24T15:03:08.2506152-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T15:03:08.2506152-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "911043ae-1a1a-42a3-94de-8e366a783920",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "8568b7fb-edc6-4d69-9027-cd22c342af52",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "51c36545-c560-4e30-a6e5-a3691e684915",
"CreateDate": "2026-05-24T15:03:08.2506152-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-24T15:03:08.2506152-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-05-24T15:03:08.2506152-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4a31c77a-a4d3-450f-bb8d-201acc9463fe",
"CreateDate": "2026-05-24T15:03:08.2506152-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-24T15:03:08.2506152-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-24T15:03:08.2506152-07:00",
"LastValueDate": "2026-05-24T15:03:08.2506152-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "0813976c-07fa-4e1c-b24c-4f640af86c6a",
"CreateDate": "2026-05-24T15:03:08.2506152-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-24T15:03:08.2506152-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}