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": "ff6de389-4680-4348-9352-3e8f0a7e5433",
"Asset": {
"AssetId": "9ae2f28c-bdbb-4727-a3c0-b632dace709e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "6e9b651b-0b90-4d39-8ab7-58cb398dca31",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4fd24818-5db6-4608-a252-bc8bcb9cf42f",
"CreateDate": "2026-03-24T15:02:02.9016745-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T15:02:02.9016745-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ec744b35-f4ac-480e-b1a4-b0b5b21790b0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T15:02:02.9016745-07:00",
"MeasurementValueNeededDate": "2026-03-24T15:02:02.9016745-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "647be6eb-43d8-423a-8a37-3ff1ef60239f",
"CreateDate": "2026-03-24T15:02:02.9016745-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T15:02:02.9016745-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-24T15:02:02.9016745-07:00",
"MeasurementValueNeededDate": "2026-03-24T15:02:02.9016745-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e8e13d59-8f83-45f6-a7e2-11d38f0f186f",
"CreateDate": "2026-03-24T15:02:02.9016745-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-24T15:02:02.9016745-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "490c7351-abaa-4af9-bb99-80e9bfa2dbdc",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6e9b651b-0b90-4d39-8ab7-58cb398dca31",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4fd24818-5db6-4608-a252-bc8bcb9cf42f",
"CreateDate": "2026-03-24T15:02:02.9016745-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T15:02:02.9016745-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "9d1839c1-097a-47be-ae7b-3879a8076b19",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e6c6810a-d011-44dc-882a-668343d08e73",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6c8ca4fa-3021-4f93-9adc-691a14d300c7",
"CreateDate": "2026-03-24T15:02:02.9016745-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T15:02:02.9016745-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-24T15:02:02.9016745-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0f041f30-a064-4412-b41e-4946d4e143de",
"CreateDate": "2026-03-24T15:02:02.9016745-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-24T15:02:02.9016745-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-24T15:02:02.9016745-07:00",
"LastValueDate": "2026-03-24T15:02:02.9016745-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "8837ee5c-ef97-4032-938e-8d1381c1a0b2",
"CreateDate": "2026-03-24T15:02:02.9016745-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-24T15:02:02.9016745-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}