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": "07cd043a-27d7-440f-84d7-bef69309574c",
"Asset": {
"AssetId": "7a7280f5-6fc1-4e7e-a40a-32e6390e8e78",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "f7c8bece-c11d-46ad-b590-4863faf35ddc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "b5172817-4faa-4117-9a3c-babab5e99cab",
"CreateDate": "2026-08-03T02:29:15.0758754-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:29:15.0758754-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "6b71f34d-3414-4246-8a87-97b758508dc3",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-03T02:29:15.0758754-07:00",
"MeasurementValueNeededDate": "2026-08-03T02:29:15.0758754-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8d53a2a5-107c-4012-9d2f-044c2bd80d7e",
"CreateDate": "2026-08-03T02:29:15.0758754-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-03T02:29:15.0758754-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-03T02:29:15.0758754-07:00",
"MeasurementValueNeededDate": "2026-08-03T02:29:15.0758754-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e3d58b42-3314-48d5-b189-976f9e25a4f9",
"CreateDate": "2026-08-03T02:29:15.0758754-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-03T02:29:15.0758754-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "dc2ec200-f215-4747-92a3-87acb2e05e75",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f7c8bece-c11d-46ad-b590-4863faf35ddc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "b5172817-4faa-4117-9a3c-babab5e99cab",
"CreateDate": "2026-08-03T02:29:15.0758754-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:29:15.0758754-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "5a68a20d-5613-44ab-973e-184b88f14606",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7efdb99b-0b98-4a29-a063-87b107f26060",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2d33ca55-daa6-4280-88c8-8ae66dbbde9a",
"CreateDate": "2026-08-03T02:29:15.0758754-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-03T02:29:15.0758754-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-08-03T02:29:15.0758754-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0bd343f1-155c-4013-a711-e59498cc9b9a",
"CreateDate": "2026-08-03T02:29:15.0758754-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-03T02:29:15.0758754-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-03T02:29:15.0758754-07:00",
"LastValueDate": "2026-08-03T02:29:15.0758754-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "734e6110-4931-4102-aa27-385ae802909d",
"CreateDate": "2026-08-03T02:29:15.0758754-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-03T02:29:15.0758754-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}