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": "7e96b739-be40-48ef-ae3e-4c7d8114311e",
"Asset": {
"AssetId": "7615bf3f-5fe8-4cbf-be80-7b24fa6fbbb1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "14c804d6-de00-436f-95a7-51c395383e0a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5b3db14a-461e-4e83-9b19-b941ac7f28a3",
"CreateDate": "2026-05-04T12:30:42.1933-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-04T12:30:42.1933-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "fd1eaf1d-615b-435e-8b0a-fdce03f37578",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-04T12:30:42.1933-07:00",
"MeasurementValueNeededDate": "2026-05-04T12:30:42.1933-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1751a97e-998a-4aa3-a099-c6cc7007b70e",
"CreateDate": "2026-05-04T12:30:42.1933-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-04T12:30:42.1933-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-04T12:30:42.1933-07:00",
"MeasurementValueNeededDate": "2026-05-04T12:30:42.1933-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "bd6b19ab-1b1c-45fb-8cbf-fbf409883a8d",
"CreateDate": "2026-05-04T12:30:42.1933-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-04T12:30:42.1933-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "d20b3234-3cc8-4e74-acc8-8dcc9df87d62",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "14c804d6-de00-436f-95a7-51c395383e0a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5b3db14a-461e-4e83-9b19-b941ac7f28a3",
"CreateDate": "2026-05-04T12:30:42.1933-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-04T12:30:42.1933-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "f7f11d6c-453e-4a8a-8271-899f7ef0a15a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "33e12543-36d4-489d-ae1e-0df7df516283",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "26e35e2c-6893-45e4-955c-b49c789ca177",
"CreateDate": "2026-05-04T12:30:42.1933-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-04T12:30:42.1933-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-04T12:30:42.1933-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e60e4e82-98af-4a75-a7a6-e0dc27009879",
"CreateDate": "2026-05-04T12:30:42.1933-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-04T12:30:42.1933-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-04T12:30:42.1933-07:00",
"LastValueDate": "2026-05-04T12:30:42.1933-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "c1cc6ae2-efb2-4a1b-b0a2-9d850dd1b621",
"CreateDate": "2026-05-04T12:30:42.1933-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-04T12:30:42.1933-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}