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": "09e3d4e2-b97c-45a5-96e4-6e28a9627ab2",
"Asset": {
"AssetId": "a9313e5a-ec36-4755-bc35-cecf4157c051",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "b5b5997e-9e74-4eaa-83a4-f928a236f274",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8aaf1053-817c-47d0-b4c3-def76e21db98",
"CreateDate": "2026-08-23T08:29:33.4631701-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:29:33.4631701-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "7b41cb8e-97d0-4c98-b1eb-69c67179799f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:29:33.4631701-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:29:33.4631701-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8cc03fd7-7c01-4538-8648-577a69375d70",
"CreateDate": "2026-08-23T08:29:33.4631701-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:29:33.4631701-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-23T08:29:33.4631701-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:29:33.4631701-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "477d077d-3c3f-4d2d-af7d-5960caefef12",
"CreateDate": "2026-08-23T08:29:33.4631701-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-23T08:29:33.4631701-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "ae569d1a-78fc-475d-9593-8394e39982f5",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b5b5997e-9e74-4eaa-83a4-f928a236f274",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8aaf1053-817c-47d0-b4c3-def76e21db98",
"CreateDate": "2026-08-23T08:29:33.4631701-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:29:33.4631701-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "1d546c3d-517d-480c-915d-d447b310c636",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7441a070-9826-442d-bb2c-f0ff8897641c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1997dc5a-c3d3-4ef7-8138-1d75ab7823d2",
"CreateDate": "2026-08-23T08:29:33.4631701-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:29:33.4631701-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-23T08:29:33.4631701-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ceb760c0-4c03-4a6b-beb4-592b8663c0fc",
"CreateDate": "2026-08-23T08:29:33.4631701-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-23T08:29:33.4631701-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-23T08:29:33.4631701-07:00",
"LastValueDate": "2026-08-23T08:29:33.4631701-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "09f83f2c-f562-4529-98ac-85ae81bcd7fc",
"CreateDate": "2026-08-23T08:29:33.4631701-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-23T08:29:33.4631701-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}