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": "cd27f7bf-3e3c-4366-abc8-7a85f4d0106e",
"Asset": {
"AssetId": "3b8d2925-5b37-40a8-9bfa-fb30779731a4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "ef0a2dde-965c-4df1-9549-89aa1d26f7b8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d5d9df04-1732-407d-8866-2e150d52fab9",
"CreateDate": "2025-12-21T09:49:09.283153-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:49:09.283153-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "baac9d07-69ae-4bee-806e-ff3381c46e21",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-21T09:49:09.283153-08:00",
"MeasurementValueNeededDate": "2025-12-21T09:49:09.283153-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "72eaac50-e862-49ef-8f9a-235f7a2b3a2b",
"CreateDate": "2025-12-21T09:49:09.283153-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T09:49:09.283153-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-21T09:49:09.283153-08:00",
"MeasurementValueNeededDate": "2025-12-21T09:49:09.283153-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ea19a117-67be-4c56-b6f1-3649d0eecdc8",
"CreateDate": "2025-12-21T09:49:09.283153-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T09:49:09.283153-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "e255d22e-b499-41a8-8e8a-486a35eaff10",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ef0a2dde-965c-4df1-9549-89aa1d26f7b8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d5d9df04-1732-407d-8866-2e150d52fab9",
"CreateDate": "2025-12-21T09:49:09.283153-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:49:09.283153-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "907fda96-a079-4358-addf-46aa88fdf4cf",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e21fe9ae-7155-4bd1-a932-c72f708517aa",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "32dce33e-bfbd-4ac2-9c8c-b6499d43c1f9",
"CreateDate": "2025-12-21T09:49:09.283153-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T09:49:09.283153-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": "2025-12-21T09:49:09.283153-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "821265c4-5d58-4a83-94e3-32df999b5691",
"CreateDate": "2025-12-21T09:49:09.283153-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T09:49:09.283153-08:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-21T09:49:09.283153-08:00",
"LastValueDate": "2025-12-21T09:49:09.283153-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "b856f431-0a87-46e3-9e92-400a311be4f8",
"CreateDate": "2025-12-21T09:49:09.283153-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-21T09:49:09.283153-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}