GET AssetMeasurementTypes?assetId={assetId}&measurementTypeId={measurementTypeId}
Retrieves asset measurement types for the given parameters. All parameters are optional. Asset measurement types represent a particular asset's overrides of the measurement types of its asset type.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetId |
Id of the asset |
globally unique identifier |
None. |
| measurementTypeId |
Id of the measurement type |
globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
On success, a list of asset measurement types.
| 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": "2d0f7c0a-cffd-4b49-ae4e-64e77f2ac0e3",
"Asset": {
"AssetId": "74af0aff-f6ed-472d-97a0-ee7326f6ad6a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "dcb6007b-55cc-4631-aae5-a75decb81a10",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "cbae0d65-9e73-47ad-81b6-754ddd0435af",
"CreateDate": "2026-03-03T07:36:22.3588512-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T07:36:22.3588512-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "af236b66-c74b-41f7-bab0-c2e347d0762d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-03T07:36:22.3588512-08:00",
"MeasurementValueNeededDate": "2026-03-03T07:36:22.3588512-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "47097f80-737d-4b57-89e5-25564856d5e0",
"CreateDate": "2026-03-03T07:36:22.3588512-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T07:36:22.3588512-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-03T07:36:22.3588512-08:00",
"MeasurementValueNeededDate": "2026-03-03T07:36:22.3588512-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "7d8821b6-a301-4a42-b728-3fe6506a9d95",
"CreateDate": "2026-03-03T07:36:22.3588512-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-03T07:36:22.3588512-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "2b445020-7ae0-4f23-ada8-590099275aae",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "dcb6007b-55cc-4631-aae5-a75decb81a10",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "cbae0d65-9e73-47ad-81b6-754ddd0435af",
"CreateDate": "2026-03-03T07:36:22.3588512-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T07:36:22.3588512-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "71335e3a-83ff-4604-a0bf-3f681bce8ad8",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6dbb9c26-2c13-4bff-a319-2c5f99cc27c2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "fe824b27-094f-48b0-a4ac-5aee2dd025b5",
"CreateDate": "2026-03-03T07:36:22.3588512-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T07:36:22.3588512-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-03-03T07:36:22.3588512-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0523d203-81da-4e79-baf8-e7ce226f9566",
"CreateDate": "2026-03-03T07:36:22.3588512-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-03T07:36:22.3588512-08:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-03T07:36:22.3588512-08:00",
"LastValueDate": "2026-03-03T07:36:22.3588512-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "8ace601f-0265-4c67-ab4f-60dfb80b17a5",
"CreateDate": "2026-03-03T07:36:22.3588512-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-03T07:36:22.3588512-08:00",
"LastModifiedUser": "sample string 5"
},
{
"AssetMeasurementTypeId": "2d0f7c0a-cffd-4b49-ae4e-64e77f2ac0e3",
"Asset": {
"AssetId": "74af0aff-f6ed-472d-97a0-ee7326f6ad6a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "dcb6007b-55cc-4631-aae5-a75decb81a10",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "cbae0d65-9e73-47ad-81b6-754ddd0435af",
"CreateDate": "2026-03-03T07:36:22.3588512-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T07:36:22.3588512-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "af236b66-c74b-41f7-bab0-c2e347d0762d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-03T07:36:22.3588512-08:00",
"MeasurementValueNeededDate": "2026-03-03T07:36:22.3588512-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "47097f80-737d-4b57-89e5-25564856d5e0",
"CreateDate": "2026-03-03T07:36:22.3588512-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T07:36:22.3588512-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-03T07:36:22.3588512-08:00",
"MeasurementValueNeededDate": "2026-03-03T07:36:22.3588512-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "7d8821b6-a301-4a42-b728-3fe6506a9d95",
"CreateDate": "2026-03-03T07:36:22.3588512-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-03T07:36:22.3588512-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "2b445020-7ae0-4f23-ada8-590099275aae",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "dcb6007b-55cc-4631-aae5-a75decb81a10",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "cbae0d65-9e73-47ad-81b6-754ddd0435af",
"CreateDate": "2026-03-03T07:36:22.3588512-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T07:36:22.3588512-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "71335e3a-83ff-4604-a0bf-3f681bce8ad8",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6dbb9c26-2c13-4bff-a319-2c5f99cc27c2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "fe824b27-094f-48b0-a4ac-5aee2dd025b5",
"CreateDate": "2026-03-03T07:36:22.3588512-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T07:36:22.3588512-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-03-03T07:36:22.3588512-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0523d203-81da-4e79-baf8-e7ce226f9566",
"CreateDate": "2026-03-03T07:36:22.3588512-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-03T07:36:22.3588512-08:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-03T07:36:22.3588512-08:00",
"LastValueDate": "2026-03-03T07:36:22.3588512-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "8ace601f-0265-4c67-ab4f-60dfb80b17a5",
"CreateDate": "2026-03-03T07:36:22.3588512-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-03T07:36:22.3588512-08:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}