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": "431245b8-f5c0-4309-8cab-25a70dada913",
"Asset": {
"AssetId": "f5c5cef4-0523-44be-8ed6-6b8bca9fe332",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "698f5f6f-610c-4813-912a-8674f2764d3d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "18b9f44c-d726-4b6f-9efd-bbd7ee38cae0",
"CreateDate": "2026-04-14T09:14:44.7414484-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T09:14:44.7414484-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "03bb74e7-b981-4b06-9593-cd5e1771eafc",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-14T09:14:44.7414484-07:00",
"MeasurementValueNeededDate": "2026-04-14T09:14:44.7414484-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "fd4f05d0-8ae7-4c42-a747-96587eab742f",
"CreateDate": "2026-04-14T09:14:44.7414484-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-14T09:14:44.7414484-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-14T09:14:44.7414484-07:00",
"MeasurementValueNeededDate": "2026-04-14T09:14:44.7414484-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2d51f6af-41a9-4d32-96e5-2347c2d7cab1",
"CreateDate": "2026-04-14T09:14:44.7414484-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-14T09:14:44.7414484-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "391bd051-3c48-48cb-acdf-c2823996a4f2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "698f5f6f-610c-4813-912a-8674f2764d3d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "18b9f44c-d726-4b6f-9efd-bbd7ee38cae0",
"CreateDate": "2026-04-14T09:14:44.7414484-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T09:14:44.7414484-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "9c83b703-43ec-4a3a-8356-b8af70ff875b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "97173d2d-d348-425b-8401-56c84b572b82",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5006d753-04ef-49b2-9873-6d9cd23bdb7f",
"CreateDate": "2026-04-14T09:14:44.7414484-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-14T09:14:44.7414484-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-04-14T09:14:44.7414484-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "c43b3c03-f21e-459c-863a-462391f1f52b",
"CreateDate": "2026-04-14T09:14:44.7414484-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-14T09:14:44.7414484-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-14T09:14:44.7414484-07:00",
"LastValueDate": "2026-04-14T09:14:44.7414484-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "bf2cc518-5fd4-4f35-9e46-c21db40e6140",
"CreateDate": "2026-04-14T09:14:44.7414484-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-14T09:14:44.7414484-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}