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": "634544ad-2b7c-415d-8148-a6b9e385e201",
"Asset": {
"AssetId": "96e248a1-a723-4e72-b0bb-76dfdb0da26d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "02c5c1ea-b9e7-44df-b348-9b0c771920cb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8e07b6c5-8209-43b6-9585-2eb83f2dab98",
"CreateDate": "2026-03-16T04:07:21.3756712-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-16T04:07:21.3756712-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ba5f7cfd-b300-4565-8436-519138136a08",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-16T04:07:21.3756712-07:00",
"MeasurementValueNeededDate": "2026-03-16T04:07:21.3756712-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "90904b2a-6543-42f1-b8a3-28625ed7b70a",
"CreateDate": "2026-03-16T04:07:21.3756712-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-16T04:07:21.3756712-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-16T04:07:21.3756712-07:00",
"MeasurementValueNeededDate": "2026-03-16T04:07:21.3756712-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "53b2ea98-5e14-40cc-be38-f2914c79c99c",
"CreateDate": "2026-03-16T04:07:21.3756712-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-16T04:07:21.3756712-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "155c9d3f-c556-466d-b0c3-7ef40b4dc4a8",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "02c5c1ea-b9e7-44df-b348-9b0c771920cb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8e07b6c5-8209-43b6-9585-2eb83f2dab98",
"CreateDate": "2026-03-16T04:07:21.3756712-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-16T04:07:21.3756712-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "9e8dc44d-7076-4857-8ab2-9ed960df352e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6e5c8888-b23e-4caf-ae1d-358a75b81803",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f6c4eeb8-b62d-4426-91cb-b8c4296a68a3",
"CreateDate": "2026-03-16T04:07:21.3756712-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-16T04:07:21.3756712-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-03-16T04:07:21.3756712-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "bc64cfa3-73f4-4be2-8c33-2d016c7a266f",
"CreateDate": "2026-03-16T04:07:21.3756712-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-16T04:07:21.3756712-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-16T04:07:21.3756712-07:00",
"LastValueDate": "2026-03-16T04:07:21.3756712-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "163b5c35-47d8-40b1-bafa-abfca1a9b2d4",
"CreateDate": "2026-03-16T04:07:21.3756712-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-16T04:07:21.3756712-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}