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": "ce011158-c0dd-46d0-a474-790cff9dde1d",
"Asset": {
"AssetId": "0d480645-de76-4d4c-986b-78ab6189c62a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "a0e85ed7-ea81-4afa-9182-fb90384e5fab",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9b6bda33-065e-4fb2-9aa2-39ed0165308a",
"CreateDate": "2026-05-18T00:07:33.529008-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-18T00:07:33.529008-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "8d57fe7f-8069-4ea9-9b7a-be885c30bc61",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-18T00:07:33.529008-07:00",
"MeasurementValueNeededDate": "2026-05-18T00:07:33.529008-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0e4e3e8b-f141-49e5-9698-b0a1391f13c8",
"CreateDate": "2026-05-18T00:07:33.529008-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-18T00:07:33.529008-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-18T00:07:33.529008-07:00",
"MeasurementValueNeededDate": "2026-05-18T00:07:33.529008-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e8d84ef3-bdde-4e2b-b14a-53bcd2444228",
"CreateDate": "2026-05-18T00:07:33.529008-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-18T00:07:33.529008-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "62fe08a4-0cb1-467a-9234-553c98cae1fd",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a0e85ed7-ea81-4afa-9182-fb90384e5fab",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9b6bda33-065e-4fb2-9aa2-39ed0165308a",
"CreateDate": "2026-05-18T00:07:33.529008-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-18T00:07:33.529008-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "2228212b-8689-4eb9-ba1e-56a5b90f58fc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "08a57283-0c51-443a-a09f-54ac61209336",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "01dc4502-7232-420d-8daa-d5188f64c920",
"CreateDate": "2026-05-18T00:07:33.529008-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-18T00:07:33.529008-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "74510d5f-bd3f-4f46-87ee-ed70e7ea59a7",
"FieldId": "102b86d8-9640-431a-a9dc-7d99f43e28b7",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "74510d5f-bd3f-4f46-87ee-ed70e7ea59a7",
"FieldId": "102b86d8-9640-431a-a9dc-7d99f43e28b7",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-18T00:07:33.529008-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "898f5cc6-be5a-4c39-81c5-42bfce0de17d",
"CreateDate": "2026-05-18T00:07:33.529008-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-18T00:07:33.529008-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-18T00:07:33.529008-07:00",
"LastValueDate": "2026-05-18T00:07:33.529008-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "da20d59d-37cb-4623-aecc-8e0e7e4dea35",
"CreateDate": "2026-05-18T00:07:33.529008-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-18T00:07:33.529008-07:00",
"LastModifiedUser": "sample string 5"
},
{
"AssetMeasurementTypeId": "ce011158-c0dd-46d0-a474-790cff9dde1d",
"Asset": {
"AssetId": "0d480645-de76-4d4c-986b-78ab6189c62a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "a0e85ed7-ea81-4afa-9182-fb90384e5fab",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9b6bda33-065e-4fb2-9aa2-39ed0165308a",
"CreateDate": "2026-05-18T00:07:33.529008-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-18T00:07:33.529008-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "8d57fe7f-8069-4ea9-9b7a-be885c30bc61",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-18T00:07:33.529008-07:00",
"MeasurementValueNeededDate": "2026-05-18T00:07:33.529008-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0e4e3e8b-f141-49e5-9698-b0a1391f13c8",
"CreateDate": "2026-05-18T00:07:33.529008-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-18T00:07:33.529008-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-18T00:07:33.529008-07:00",
"MeasurementValueNeededDate": "2026-05-18T00:07:33.529008-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e8d84ef3-bdde-4e2b-b14a-53bcd2444228",
"CreateDate": "2026-05-18T00:07:33.529008-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-18T00:07:33.529008-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "62fe08a4-0cb1-467a-9234-553c98cae1fd",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a0e85ed7-ea81-4afa-9182-fb90384e5fab",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9b6bda33-065e-4fb2-9aa2-39ed0165308a",
"CreateDate": "2026-05-18T00:07:33.529008-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-18T00:07:33.529008-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "2228212b-8689-4eb9-ba1e-56a5b90f58fc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "08a57283-0c51-443a-a09f-54ac61209336",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "01dc4502-7232-420d-8daa-d5188f64c920",
"CreateDate": "2026-05-18T00:07:33.529008-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-18T00:07:33.529008-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "74510d5f-bd3f-4f46-87ee-ed70e7ea59a7",
"FieldId": "102b86d8-9640-431a-a9dc-7d99f43e28b7",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "74510d5f-bd3f-4f46-87ee-ed70e7ea59a7",
"FieldId": "102b86d8-9640-431a-a9dc-7d99f43e28b7",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-18T00:07:33.529008-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "898f5cc6-be5a-4c39-81c5-42bfce0de17d",
"CreateDate": "2026-05-18T00:07:33.529008-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-18T00:07:33.529008-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-18T00:07:33.529008-07:00",
"LastValueDate": "2026-05-18T00:07:33.529008-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "da20d59d-37cb-4623-aecc-8e0e7e4dea35",
"CreateDate": "2026-05-18T00:07:33.529008-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-18T00:07:33.529008-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}