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": "41ff607f-3c75-41cb-9fd9-5b4f0733d041",
"Asset": {
"AssetId": "01baa197-db3d-4b18-bbb8-d4aa068ac543",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "e7cb6b52-2659-4a61-a4d5-5b9f9783ecaa",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d1fdc08e-5dac-4847-a4a6-90e2b3757bad",
"CreateDate": "2026-02-23T10:26:46.0709473-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T10:26:46.0709473-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ed1b9975-bb6b-4b38-845e-2bc37a07d8dd",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T10:26:46.0709473-08:00",
"MeasurementValueNeededDate": "2026-02-23T10:26:46.0709473-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "51f15c94-0f5a-490d-a9ee-e0e1af7f5873",
"CreateDate": "2026-02-23T10:26:46.0709473-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T10:26:46.0709473-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-23T10:26:46.0709473-08:00",
"MeasurementValueNeededDate": "2026-02-23T10:26:46.0709473-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ae78ece5-53d1-4293-8219-48a928f18e01",
"CreateDate": "2026-02-23T10:26:46.0709473-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T10:26:46.0709473-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "7d80c80b-c9e4-43f0-8660-6979edc41ac2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e7cb6b52-2659-4a61-a4d5-5b9f9783ecaa",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d1fdc08e-5dac-4847-a4a6-90e2b3757bad",
"CreateDate": "2026-02-23T10:26:46.0709473-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T10:26:46.0709473-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "e5d8cae4-956f-4154-b9c2-2a952ea2fd23",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ad6d551a-1f9d-4bdc-b32a-53f719b55e15",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "90cd7521-d32f-45cf-b6a7-890683992e4b",
"CreateDate": "2026-02-23T10:26:46.0709473-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T10:26:46.0709473-08: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-02-23T10:26:46.0709473-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f3ca85c8-9172-43d5-abbc-e5d32193b807",
"CreateDate": "2026-02-23T10:26:46.0709473-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T10:26:46.0709473-08:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-23T10:26:46.0709473-08:00",
"LastValueDate": "2026-02-23T10:26:46.0709473-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "0f90ae48-f1f3-4d31-8089-718d196834fb",
"CreateDate": "2026-02-23T10:26:46.0709473-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-23T10:26:46.0709473-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}