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": "ec1e157c-249f-4e2a-858e-83e7374d992e",
"Asset": {
"AssetId": "05553a66-5b6c-4b0d-81f3-001be5fbaabb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "dabb0c48-c283-44c8-a445-feb5e8e734db",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "77ae7edc-6880-4296-b5a4-501769903169",
"CreateDate": "2026-01-11T22:07:08.3820198-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-11T22:07:08.3820198-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "071f90e2-0d5b-44de-82a5-7e1440ce7f68",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-11T22:07:08.3820198-08:00",
"MeasurementValueNeededDate": "2026-01-11T22:07:08.3820198-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "95681496-8ac9-497c-81b4-e006d501a1c3",
"CreateDate": "2026-01-11T22:07:08.3820198-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-11T22:07:08.3820198-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-11T22:07:08.3820198-08:00",
"MeasurementValueNeededDate": "2026-01-11T22:07:08.3820198-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ca63b750-46dd-4411-b800-ee8d4b3a7144",
"CreateDate": "2026-01-11T22:07:08.3820198-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-11T22:07:08.3820198-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "f3abfd0a-0250-4e1e-8f3a-d59dad584901",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "dabb0c48-c283-44c8-a445-feb5e8e734db",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "77ae7edc-6880-4296-b5a4-501769903169",
"CreateDate": "2026-01-11T22:07:08.3820198-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-11T22:07:08.3820198-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "dac695cf-5cd4-4e4e-8350-d33d494a956d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6a2f7854-e01e-442a-905d-0505d3127f02",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6e315eea-145f-4046-b012-424f4b8206e9",
"CreateDate": "2026-01-11T22:07:08.3820198-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-11T22:07:08.3820198-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3602f8fa-4fc3-4830-a71c-3e9eed095846",
"FieldId": "8f410f34-c700-4b57-bd1d-0c6bdc1c85e9",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3602f8fa-4fc3-4830-a71c-3e9eed095846",
"FieldId": "8f410f34-c700-4b57-bd1d-0c6bdc1c85e9",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-11T22:07:08.3820198-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2f7a20a2-ecc9-4957-bcb2-08d1117e706a",
"CreateDate": "2026-01-11T22:07:08.3820198-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-11T22:07:08.3820198-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-11T22:07:08.3820198-08:00",
"LastValueDate": "2026-01-11T22:07:08.3820198-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "31f92ce6-8c5e-413b-af59-5b7e921b1c6f",
"CreateDate": "2026-01-11T22:07:08.3820198-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-11T22:07:08.3820198-08:00",
"LastModifiedUser": "sample string 5"
},
{
"AssetMeasurementTypeId": "ec1e157c-249f-4e2a-858e-83e7374d992e",
"Asset": {
"AssetId": "05553a66-5b6c-4b0d-81f3-001be5fbaabb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "dabb0c48-c283-44c8-a445-feb5e8e734db",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "77ae7edc-6880-4296-b5a4-501769903169",
"CreateDate": "2026-01-11T22:07:08.3820198-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-11T22:07:08.3820198-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "071f90e2-0d5b-44de-82a5-7e1440ce7f68",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-11T22:07:08.3820198-08:00",
"MeasurementValueNeededDate": "2026-01-11T22:07:08.3820198-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "95681496-8ac9-497c-81b4-e006d501a1c3",
"CreateDate": "2026-01-11T22:07:08.3820198-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-11T22:07:08.3820198-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-11T22:07:08.3820198-08:00",
"MeasurementValueNeededDate": "2026-01-11T22:07:08.3820198-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ca63b750-46dd-4411-b800-ee8d4b3a7144",
"CreateDate": "2026-01-11T22:07:08.3820198-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-11T22:07:08.3820198-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "f3abfd0a-0250-4e1e-8f3a-d59dad584901",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "dabb0c48-c283-44c8-a445-feb5e8e734db",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "77ae7edc-6880-4296-b5a4-501769903169",
"CreateDate": "2026-01-11T22:07:08.3820198-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-11T22:07:08.3820198-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "dac695cf-5cd4-4e4e-8350-d33d494a956d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6a2f7854-e01e-442a-905d-0505d3127f02",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6e315eea-145f-4046-b012-424f4b8206e9",
"CreateDate": "2026-01-11T22:07:08.3820198-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-11T22:07:08.3820198-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3602f8fa-4fc3-4830-a71c-3e9eed095846",
"FieldId": "8f410f34-c700-4b57-bd1d-0c6bdc1c85e9",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3602f8fa-4fc3-4830-a71c-3e9eed095846",
"FieldId": "8f410f34-c700-4b57-bd1d-0c6bdc1c85e9",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-11T22:07:08.3820198-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2f7a20a2-ecc9-4957-bcb2-08d1117e706a",
"CreateDate": "2026-01-11T22:07:08.3820198-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-11T22:07:08.3820198-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-11T22:07:08.3820198-08:00",
"LastValueDate": "2026-01-11T22:07:08.3820198-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "31f92ce6-8c5e-413b-af59-5b7e921b1c6f",
"CreateDate": "2026-01-11T22:07:08.3820198-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-11T22:07:08.3820198-08:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}