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": "9dccab67-daf5-4cb6-a0f0-bc2b13190356",
"Asset": {
"AssetId": "a0966f12-4ff1-43ba-aa74-3d39abe9b80f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "437e8223-a80a-4fda-8a51-9957ecc3cb04",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "32a33037-3dc4-4e18-a4c5-e531a0c2714d",
"CreateDate": "2026-05-04T12:00:20.4560024-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-04T12:00:20.4560024-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "f0fd0695-b999-4b1a-8ea8-075c1d2712e5",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-04T12:00:20.4560024-07:00",
"MeasurementValueNeededDate": "2026-05-04T12:00:20.4560024-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f297e60b-f766-48a5-996e-a2fc1435a3f1",
"CreateDate": "2026-05-04T12:00:20.4560024-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-04T12:00:20.4560024-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-04T12:00:20.4560024-07:00",
"MeasurementValueNeededDate": "2026-05-04T12:00:20.4560024-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "eb7b127a-f8a2-4e3a-9d27-b1f7c3e4a607",
"CreateDate": "2026-05-04T12:00:20.4560024-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-04T12:00:20.4560024-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "d463e1d7-5fb7-43c4-98df-ee45c9652692",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "437e8223-a80a-4fda-8a51-9957ecc3cb04",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "32a33037-3dc4-4e18-a4c5-e531a0c2714d",
"CreateDate": "2026-05-04T12:00:20.4560024-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-04T12:00:20.4560024-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "130aff30-bf5c-4447-b854-b890cec62879",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1b0900c3-064c-4005-9138-be85ed0a6647",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "4a39ce32-9293-466a-bd45-13f64753a0de",
"CreateDate": "2026-05-04T12:00:20.4560024-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-04T12:00:20.4560024-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-05-04T12:00:20.4560024-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "12f5b97c-edc5-4e21-b837-449115633b34",
"CreateDate": "2026-05-04T12:00:20.4560024-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-04T12:00:20.4560024-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-04T12:00:20.4560024-07:00",
"LastValueDate": "2026-05-04T12:00:20.4560024-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "3481d02c-17fa-4299-aed6-3cb4e692eb55",
"CreateDate": "2026-05-04T12:00:20.4560024-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-04T12:00:20.4560024-07:00",
"LastModifiedUser": "sample string 5"
},
{
"AssetMeasurementTypeId": "9dccab67-daf5-4cb6-a0f0-bc2b13190356",
"Asset": {
"AssetId": "a0966f12-4ff1-43ba-aa74-3d39abe9b80f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "437e8223-a80a-4fda-8a51-9957ecc3cb04",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "32a33037-3dc4-4e18-a4c5-e531a0c2714d",
"CreateDate": "2026-05-04T12:00:20.4560024-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-04T12:00:20.4560024-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "f0fd0695-b999-4b1a-8ea8-075c1d2712e5",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-04T12:00:20.4560024-07:00",
"MeasurementValueNeededDate": "2026-05-04T12:00:20.4560024-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f297e60b-f766-48a5-996e-a2fc1435a3f1",
"CreateDate": "2026-05-04T12:00:20.4560024-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-04T12:00:20.4560024-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-04T12:00:20.4560024-07:00",
"MeasurementValueNeededDate": "2026-05-04T12:00:20.4560024-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "eb7b127a-f8a2-4e3a-9d27-b1f7c3e4a607",
"CreateDate": "2026-05-04T12:00:20.4560024-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-04T12:00:20.4560024-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "d463e1d7-5fb7-43c4-98df-ee45c9652692",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "437e8223-a80a-4fda-8a51-9957ecc3cb04",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "32a33037-3dc4-4e18-a4c5-e531a0c2714d",
"CreateDate": "2026-05-04T12:00:20.4560024-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-04T12:00:20.4560024-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "130aff30-bf5c-4447-b854-b890cec62879",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1b0900c3-064c-4005-9138-be85ed0a6647",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "4a39ce32-9293-466a-bd45-13f64753a0de",
"CreateDate": "2026-05-04T12:00:20.4560024-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-04T12:00:20.4560024-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-05-04T12:00:20.4560024-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "12f5b97c-edc5-4e21-b837-449115633b34",
"CreateDate": "2026-05-04T12:00:20.4560024-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-04T12:00:20.4560024-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-04T12:00:20.4560024-07:00",
"LastValueDate": "2026-05-04T12:00:20.4560024-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "3481d02c-17fa-4299-aed6-3cb4e692eb55",
"CreateDate": "2026-05-04T12:00:20.4560024-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-04T12:00:20.4560024-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}