GET AssetMeasurementTypes/GetAllForAsset?assetId={assetId}
Retrieves all asset measurement types for the given asset. This includes asset measurement types of that asset that may not have a value.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetId |
Id of the asset |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, a list of all asset measurement types for the asset.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of AssetMeasurementType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"AssetMeasurementTypeId": "5e6a041b-e9de-43c8-9106-e03d0e6601e9",
"Asset": {
"AssetId": "d3e8bd38-358d-4dce-b01c-4af50cf318b8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "727a2bd8-cade-43c3-a77c-282ca4fbf2a3",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "96cc2097-3386-49bd-af58-6471590a72a9",
"CreateDate": "2025-11-15T02:21:31.8869447-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-15T02:21:31.8869447-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c18587b0-dfb9-4b41-be9c-2f7b2d3c364d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-15T02:21:31.8869447-08:00",
"MeasurementValueNeededDate": "2025-11-15T02:21:31.8869447-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "16c530d8-692a-417b-9ab3-8024a4268640",
"CreateDate": "2025-11-15T02:21:31.8869447-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-15T02:21:31.8869447-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-15T02:21:31.8869447-08:00",
"MeasurementValueNeededDate": "2025-11-15T02:21:31.8869447-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "80dfecf5-35af-4c7c-abb9-506d5bba4c8f",
"CreateDate": "2025-11-15T02:21:31.8869447-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-15T02:21:31.8869447-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "e3960f0a-631f-4b9c-9acc-399c1a0f5377",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "727a2bd8-cade-43c3-a77c-282ca4fbf2a3",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "96cc2097-3386-49bd-af58-6471590a72a9",
"CreateDate": "2025-11-15T02:21:31.8869447-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-15T02:21:31.8869447-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "9469be2e-cc54-452f-a7e8-e21704633aa0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "23b2dc45-8bce-4176-b307-f4afd767ad0b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7c4015bc-632b-4440-ae94-bffa38b06782",
"CreateDate": "2025-11-15T02:21:31.8869447-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-15T02:21:31.8869447-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-11-15T02:21:31.8869447-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e1886534-cad7-40d0-a988-8da6cdef3de7",
"CreateDate": "2025-11-15T02:21:31.8869447-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-15T02:21:31.8869447-08:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-11-15T02:21:31.8869447-08:00",
"LastValueDate": "2025-11-15T02:21:31.8869447-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "6cdac95c-445b-4561-9de1-e6125b586db9",
"CreateDate": "2025-11-15T02:21:31.8869447-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-15T02:21:31.8869447-08:00",
"LastModifiedUser": "sample string 5"
},
{
"AssetMeasurementTypeId": "5e6a041b-e9de-43c8-9106-e03d0e6601e9",
"Asset": {
"AssetId": "d3e8bd38-358d-4dce-b01c-4af50cf318b8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "727a2bd8-cade-43c3-a77c-282ca4fbf2a3",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "96cc2097-3386-49bd-af58-6471590a72a9",
"CreateDate": "2025-11-15T02:21:31.8869447-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-15T02:21:31.8869447-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c18587b0-dfb9-4b41-be9c-2f7b2d3c364d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-15T02:21:31.8869447-08:00",
"MeasurementValueNeededDate": "2025-11-15T02:21:31.8869447-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "16c530d8-692a-417b-9ab3-8024a4268640",
"CreateDate": "2025-11-15T02:21:31.8869447-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-15T02:21:31.8869447-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-15T02:21:31.8869447-08:00",
"MeasurementValueNeededDate": "2025-11-15T02:21:31.8869447-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "80dfecf5-35af-4c7c-abb9-506d5bba4c8f",
"CreateDate": "2025-11-15T02:21:31.8869447-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-15T02:21:31.8869447-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "e3960f0a-631f-4b9c-9acc-399c1a0f5377",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "727a2bd8-cade-43c3-a77c-282ca4fbf2a3",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "96cc2097-3386-49bd-af58-6471590a72a9",
"CreateDate": "2025-11-15T02:21:31.8869447-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-15T02:21:31.8869447-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "9469be2e-cc54-452f-a7e8-e21704633aa0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "23b2dc45-8bce-4176-b307-f4afd767ad0b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7c4015bc-632b-4440-ae94-bffa38b06782",
"CreateDate": "2025-11-15T02:21:31.8869447-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-15T02:21:31.8869447-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-11-15T02:21:31.8869447-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e1886534-cad7-40d0-a988-8da6cdef3de7",
"CreateDate": "2025-11-15T02:21:31.8869447-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-15T02:21:31.8869447-08:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-11-15T02:21:31.8869447-08:00",
"LastValueDate": "2025-11-15T02:21:31.8869447-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "6cdac95c-445b-4561-9de1-e6125b586db9",
"CreateDate": "2025-11-15T02:21:31.8869447-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-15T02:21:31.8869447-08:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}