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": "5aef9642-1462-47e6-a7c8-0c2d6f6b8587",
"Asset": {
"AssetId": "375d8fa8-03d6-41b7-9f2e-abd539ece0f3",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "67f33264-1789-4ebc-81d2-f2ee3ec12e50",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a4b8d506-f443-4f97-bc43-727d82bf7d5f",
"CreateDate": "2026-03-23T21:29:17.7968582-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-23T21:29:17.8124755-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "264ac3b3-06fd-4718-9ed6-bd87eb0fc984",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-23T21:29:17.8124755-07:00",
"MeasurementValueNeededDate": "2026-03-23T21:29:17.8124755-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "c35dae1c-912a-40ee-a131-7ebe94335c32",
"CreateDate": "2026-03-23T21:29:17.8124755-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-23T21:29:17.8124755-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-23T21:29:17.8124755-07:00",
"MeasurementValueNeededDate": "2026-03-23T21:29:17.8124755-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1d080d16-ce67-49f1-8618-9c5eb0e4a162",
"CreateDate": "2026-03-23T21:29:17.8124755-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-23T21:29:17.8124755-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "9a8cafe8-d488-4493-80c5-9096e8f426ec",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "67f33264-1789-4ebc-81d2-f2ee3ec12e50",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a4b8d506-f443-4f97-bc43-727d82bf7d5f",
"CreateDate": "2026-03-23T21:29:17.7968582-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-23T21:29:17.8124755-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "af1aa615-7851-4ced-9fef-f4962e50f8c5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "81127316-b5aa-46d5-9c47-41e8588450bd",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b9b5eb08-f940-4893-8f5d-8c7529b62635",
"CreateDate": "2026-03-23T21:29:17.8124755-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-23T21:29:17.8124755-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-03-23T21:29:17.8124755-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "9455b0f4-bce3-4709-be8d-a86b0b9fa8e0",
"CreateDate": "2026-03-23T21:29:17.8124755-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-23T21:29:17.8124755-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-23T21:29:17.8124755-07:00",
"LastValueDate": "2026-03-23T21:29:17.8124755-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "2100b471-1f84-4645-b47a-d47bead677b3",
"CreateDate": "2026-03-23T21:29:17.8124755-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-23T21:29:17.8124755-07:00",
"LastModifiedUser": "sample string 5"
},
{
"AssetMeasurementTypeId": "5aef9642-1462-47e6-a7c8-0c2d6f6b8587",
"Asset": {
"AssetId": "375d8fa8-03d6-41b7-9f2e-abd539ece0f3",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "67f33264-1789-4ebc-81d2-f2ee3ec12e50",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a4b8d506-f443-4f97-bc43-727d82bf7d5f",
"CreateDate": "2026-03-23T21:29:17.7968582-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-23T21:29:17.8124755-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "264ac3b3-06fd-4718-9ed6-bd87eb0fc984",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-23T21:29:17.8124755-07:00",
"MeasurementValueNeededDate": "2026-03-23T21:29:17.8124755-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "c35dae1c-912a-40ee-a131-7ebe94335c32",
"CreateDate": "2026-03-23T21:29:17.8124755-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-23T21:29:17.8124755-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-23T21:29:17.8124755-07:00",
"MeasurementValueNeededDate": "2026-03-23T21:29:17.8124755-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1d080d16-ce67-49f1-8618-9c5eb0e4a162",
"CreateDate": "2026-03-23T21:29:17.8124755-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-23T21:29:17.8124755-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "9a8cafe8-d488-4493-80c5-9096e8f426ec",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "67f33264-1789-4ebc-81d2-f2ee3ec12e50",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a4b8d506-f443-4f97-bc43-727d82bf7d5f",
"CreateDate": "2026-03-23T21:29:17.7968582-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-23T21:29:17.8124755-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "af1aa615-7851-4ced-9fef-f4962e50f8c5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "81127316-b5aa-46d5-9c47-41e8588450bd",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b9b5eb08-f940-4893-8f5d-8c7529b62635",
"CreateDate": "2026-03-23T21:29:17.8124755-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-23T21:29:17.8124755-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-03-23T21:29:17.8124755-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "9455b0f4-bce3-4709-be8d-a86b0b9fa8e0",
"CreateDate": "2026-03-23T21:29:17.8124755-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-23T21:29:17.8124755-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-23T21:29:17.8124755-07:00",
"LastValueDate": "2026-03-23T21:29:17.8124755-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "2100b471-1f84-4645-b47a-d47bead677b3",
"CreateDate": "2026-03-23T21:29:17.8124755-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-23T21:29:17.8124755-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}