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": "78776c62-f477-4b99-9aeb-2630a97a391f",
"Asset": {
"AssetId": "a2b49f28-8b3a-4065-b9d9-cddda43ed3ee",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "4641a858-7f72-4f14-a3dd-e79cdc256d30",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0cdd5279-c861-4117-902d-5d8d95b8423e",
"CreateDate": "2026-01-04T21:11:24.1931167-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-04T21:11:24.1931167-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "f3189315-d0e2-4459-ba91-60bb2e2ccd7f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-04T21:11:24.1931167-08:00",
"MeasurementValueNeededDate": "2026-01-04T21:11:24.1931167-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "353316e1-6ae8-4099-a07d-46036539c82e",
"CreateDate": "2026-01-04T21:11:24.1931167-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-04T21:11:24.1931167-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-04T21:11:24.1931167-08:00",
"MeasurementValueNeededDate": "2026-01-04T21:11:24.1931167-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "38e7558b-abec-42f3-acb6-b54e91f274a6",
"CreateDate": "2026-01-04T21:11:24.1931167-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-04T21:11:24.1931167-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "949fc81f-13ba-4596-80b3-1b7a03fa9d4a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "4641a858-7f72-4f14-a3dd-e79cdc256d30",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0cdd5279-c861-4117-902d-5d8d95b8423e",
"CreateDate": "2026-01-04T21:11:24.1931167-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-04T21:11:24.1931167-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "c297e9ef-9c56-4a43-b38e-a15ca91d89ff",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "00217616-2d9a-435e-887a-3454ef879ae8",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "37adf840-9bdb-47d9-9ecb-3a3bf75e00a5",
"CreateDate": "2026-01-04T21:11:24.1931167-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-04T21:11:24.1931167-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ceea6056-9d38-414a-a9f2-9106d86bcd1a",
"FieldId": "749bd784-a44c-4ec4-92d0-becfdbb1b729",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ceea6056-9d38-414a-a9f2-9106d86bcd1a",
"FieldId": "749bd784-a44c-4ec4-92d0-becfdbb1b729",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-04T21:11:24.1931167-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "fd20b5a3-7887-4dbb-bd78-d3099741e94c",
"CreateDate": "2026-01-04T21:11:24.1931167-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-04T21:11:24.1931167-08:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-04T21:11:24.1931167-08:00",
"LastValueDate": "2026-01-04T21:11:24.1931167-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "de901f24-5f1b-48f2-b912-2c30ca73d24c",
"CreateDate": "2026-01-04T21:11:24.1931167-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-04T21:11:24.1931167-08:00",
"LastModifiedUser": "sample string 5"
},
{
"AssetMeasurementTypeId": "78776c62-f477-4b99-9aeb-2630a97a391f",
"Asset": {
"AssetId": "a2b49f28-8b3a-4065-b9d9-cddda43ed3ee",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "4641a858-7f72-4f14-a3dd-e79cdc256d30",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0cdd5279-c861-4117-902d-5d8d95b8423e",
"CreateDate": "2026-01-04T21:11:24.1931167-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-04T21:11:24.1931167-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "f3189315-d0e2-4459-ba91-60bb2e2ccd7f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-04T21:11:24.1931167-08:00",
"MeasurementValueNeededDate": "2026-01-04T21:11:24.1931167-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "353316e1-6ae8-4099-a07d-46036539c82e",
"CreateDate": "2026-01-04T21:11:24.1931167-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-04T21:11:24.1931167-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-04T21:11:24.1931167-08:00",
"MeasurementValueNeededDate": "2026-01-04T21:11:24.1931167-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "38e7558b-abec-42f3-acb6-b54e91f274a6",
"CreateDate": "2026-01-04T21:11:24.1931167-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-04T21:11:24.1931167-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "949fc81f-13ba-4596-80b3-1b7a03fa9d4a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "4641a858-7f72-4f14-a3dd-e79cdc256d30",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0cdd5279-c861-4117-902d-5d8d95b8423e",
"CreateDate": "2026-01-04T21:11:24.1931167-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-04T21:11:24.1931167-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "c297e9ef-9c56-4a43-b38e-a15ca91d89ff",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "00217616-2d9a-435e-887a-3454ef879ae8",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "37adf840-9bdb-47d9-9ecb-3a3bf75e00a5",
"CreateDate": "2026-01-04T21:11:24.1931167-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-04T21:11:24.1931167-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ceea6056-9d38-414a-a9f2-9106d86bcd1a",
"FieldId": "749bd784-a44c-4ec4-92d0-becfdbb1b729",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ceea6056-9d38-414a-a9f2-9106d86bcd1a",
"FieldId": "749bd784-a44c-4ec4-92d0-becfdbb1b729",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-04T21:11:24.1931167-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "fd20b5a3-7887-4dbb-bd78-d3099741e94c",
"CreateDate": "2026-01-04T21:11:24.1931167-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-04T21:11:24.1931167-08:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-04T21:11:24.1931167-08:00",
"LastValueDate": "2026-01-04T21:11:24.1931167-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "de901f24-5f1b-48f2-b912-2c30ca73d24c",
"CreateDate": "2026-01-04T21:11:24.1931167-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-04T21:11:24.1931167-08:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}