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": "21472d33-7ee0-4256-9bad-6a182d744d7a",
"Asset": {
"AssetId": "6835f70e-3fd3-48c5-9f1e-a3190f7c8d17",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "ce28ad5a-7898-4f9e-848e-362f73ebb49a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "cff2f63d-a07f-41f9-b781-680fd0c303ae",
"CreateDate": "2026-05-09T23:10:31.6973983-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-09T23:10:31.6973983-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "29e7bafd-59c8-4a32-bf18-34c0cb485959",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-09T23:10:31.6973983-07:00",
"MeasurementValueNeededDate": "2026-05-09T23:10:31.6973983-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "4b34f96e-ed02-4e25-9d26-5620e0721b9e",
"CreateDate": "2026-05-09T23:10:31.6973983-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-09T23:10:31.6973983-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-09T23:10:31.6973983-07:00",
"MeasurementValueNeededDate": "2026-05-09T23:10:31.6973983-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d02fc7d7-3b90-4a6f-bd98-988e94f9110c",
"CreateDate": "2026-05-09T23:10:31.6973983-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-09T23:10:31.6973983-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "76042f29-e49f-40d4-ad5d-4945a643822b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ce28ad5a-7898-4f9e-848e-362f73ebb49a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "cff2f63d-a07f-41f9-b781-680fd0c303ae",
"CreateDate": "2026-05-09T23:10:31.6973983-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-09T23:10:31.6973983-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "9b77b488-accc-493d-8762-18eac3f63c2d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f8260f3c-78b0-4b3b-bf5d-a2f20bce3afc",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "fba1dd7c-4157-4d33-9047-3d9591f98bcd",
"CreateDate": "2026-05-09T23:10:31.6973983-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-09T23:10:31.6973983-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-09T23:10:31.6973983-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "19b6a3a7-1819-40c9-9a01-0ebb55e690c6",
"CreateDate": "2026-05-09T23:10:31.6973983-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-09T23:10:31.6973983-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-09T23:10:31.6973983-07:00",
"LastValueDate": "2026-05-09T23:10:31.6973983-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "12e9c0f3-deae-4d2e-8165-3f84adac6431",
"CreateDate": "2026-05-09T23:10:31.6973983-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-09T23:10:31.6973983-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}