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": "c0da920b-9acc-445c-b3d7-68c230027e2f",
"Asset": {
"AssetId": "52f3fb87-2535-4aba-b113-f8b71d954f79",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "ef37a0ea-c23d-4e19-ae7e-755e0ce3308f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "30483cae-f586-4e0d-aceb-5c03470f10a5",
"CreateDate": "2026-04-14T09:16:09.7586539-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T09:16:09.7586539-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "d527565f-a71a-4a3d-a129-98ecc7508128",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-14T09:16:09.7586539-07:00",
"MeasurementValueNeededDate": "2026-04-14T09:16:09.7586539-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9868e125-3018-46ad-b2a4-4c4a6f7f9d69",
"CreateDate": "2026-04-14T09:16:09.7586539-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-14T09:16:09.7586539-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-14T09:16:09.7586539-07:00",
"MeasurementValueNeededDate": "2026-04-14T09:16:09.7586539-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f74c5c29-5212-4c60-8a50-61e5d1821771",
"CreateDate": "2026-04-14T09:16:09.7586539-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-14T09:16:09.7586539-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "ae245cda-eddb-487e-b300-ded864dd2c03",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ef37a0ea-c23d-4e19-ae7e-755e0ce3308f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "30483cae-f586-4e0d-aceb-5c03470f10a5",
"CreateDate": "2026-04-14T09:16:09.7586539-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T09:16:09.7586539-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "8cf53770-48a1-4623-a05a-d50b3d21deb0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2c2c7abd-b8b4-43f4-9d43-c1f4ccc1bcc4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c580572b-17b4-49da-ad5e-e3c363123247",
"CreateDate": "2026-04-14T09:16:09.7586539-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-14T09:16:09.7586539-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-04-14T09:16:09.7586539-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4400a204-a381-484f-8f58-f6c96095d778",
"CreateDate": "2026-04-14T09:16:09.7586539-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-14T09:16:09.7586539-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-14T09:16:09.7586539-07:00",
"LastValueDate": "2026-04-14T09:16:09.7586539-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "bc0e58ed-de2b-443d-a0ad-e08ab2034466",
"CreateDate": "2026-04-14T09:16:09.7586539-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-14T09:16:09.7586539-07:00",
"LastModifiedUser": "sample string 5"
},
{
"AssetMeasurementTypeId": "c0da920b-9acc-445c-b3d7-68c230027e2f",
"Asset": {
"AssetId": "52f3fb87-2535-4aba-b113-f8b71d954f79",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "ef37a0ea-c23d-4e19-ae7e-755e0ce3308f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "30483cae-f586-4e0d-aceb-5c03470f10a5",
"CreateDate": "2026-04-14T09:16:09.7586539-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T09:16:09.7586539-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "d527565f-a71a-4a3d-a129-98ecc7508128",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-14T09:16:09.7586539-07:00",
"MeasurementValueNeededDate": "2026-04-14T09:16:09.7586539-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9868e125-3018-46ad-b2a4-4c4a6f7f9d69",
"CreateDate": "2026-04-14T09:16:09.7586539-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-14T09:16:09.7586539-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-14T09:16:09.7586539-07:00",
"MeasurementValueNeededDate": "2026-04-14T09:16:09.7586539-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f74c5c29-5212-4c60-8a50-61e5d1821771",
"CreateDate": "2026-04-14T09:16:09.7586539-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-14T09:16:09.7586539-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "ae245cda-eddb-487e-b300-ded864dd2c03",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ef37a0ea-c23d-4e19-ae7e-755e0ce3308f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "30483cae-f586-4e0d-aceb-5c03470f10a5",
"CreateDate": "2026-04-14T09:16:09.7586539-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T09:16:09.7586539-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "8cf53770-48a1-4623-a05a-d50b3d21deb0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2c2c7abd-b8b4-43f4-9d43-c1f4ccc1bcc4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c580572b-17b4-49da-ad5e-e3c363123247",
"CreateDate": "2026-04-14T09:16:09.7586539-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-14T09:16:09.7586539-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-04-14T09:16:09.7586539-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4400a204-a381-484f-8f58-f6c96095d778",
"CreateDate": "2026-04-14T09:16:09.7586539-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-14T09:16:09.7586539-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-14T09:16:09.7586539-07:00",
"LastValueDate": "2026-04-14T09:16:09.7586539-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "bc0e58ed-de2b-443d-a0ad-e08ab2034466",
"CreateDate": "2026-04-14T09:16:09.7586539-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-14T09:16:09.7586539-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}