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": "9f0dc60e-fdbf-4a4f-82e6-6d0f09a8bb84",
"Asset": {
"AssetId": "97623c06-000f-4102-a61c-09074ffd07b2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "223e9fbb-67af-4c09-bdf5-eb8fe8a43517",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fd245bdf-9a49-4638-a100-481a4d891de8",
"CreateDate": "2026-05-29T16:16:10.402354-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-29T16:16:10.402354-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "7e23d5ef-1214-4309-8b25-854419504f08",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-29T16:16:10.402354-07:00",
"MeasurementValueNeededDate": "2026-05-29T16:16:10.402354-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9ec9c3fb-538f-4823-8e26-1e0eac6742bd",
"CreateDate": "2026-05-29T16:16:10.402354-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-29T16:16:10.402354-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-29T16:16:10.402354-07:00",
"MeasurementValueNeededDate": "2026-05-29T16:16:10.402354-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "53bcad65-6602-4511-961d-b153d2ce8481",
"CreateDate": "2026-05-29T16:16:10.402354-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-29T16:16:10.402354-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "ff7477af-cdd0-4867-8107-f3ca8d94586e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "223e9fbb-67af-4c09-bdf5-eb8fe8a43517",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fd245bdf-9a49-4638-a100-481a4d891de8",
"CreateDate": "2026-05-29T16:16:10.402354-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-29T16:16:10.402354-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "cf1a74f4-1f8f-489c-bd99-77613f8f35a7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "80b372d2-e1ea-44f5-80ec-571735186540",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "86f885e2-6556-4ff7-b2cd-9d5ee0d94bf1",
"CreateDate": "2026-05-29T16:16:10.402354-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-29T16:16:10.402354-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "af934c9f-43c5-4209-b9d0-c7531bf83ce7",
"FieldId": "1c48458a-afe6-4677-84cc-6608c303b200",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "af934c9f-43c5-4209-b9d0-c7531bf83ce7",
"FieldId": "1c48458a-afe6-4677-84cc-6608c303b200",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-29T16:16:10.402354-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "6f369472-7545-4610-ba03-83e3b6b05383",
"CreateDate": "2026-05-29T16:16:10.402354-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-29T16:16:10.402354-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-29T16:16:10.402354-07:00",
"LastValueDate": "2026-05-29T16:16:10.402354-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "1597511a-68fe-4780-bf25-1e87120addba",
"CreateDate": "2026-05-29T16:16:10.402354-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-29T16:16:10.402354-07:00",
"LastModifiedUser": "sample string 5"
},
{
"AssetMeasurementTypeId": "9f0dc60e-fdbf-4a4f-82e6-6d0f09a8bb84",
"Asset": {
"AssetId": "97623c06-000f-4102-a61c-09074ffd07b2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "223e9fbb-67af-4c09-bdf5-eb8fe8a43517",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fd245bdf-9a49-4638-a100-481a4d891de8",
"CreateDate": "2026-05-29T16:16:10.402354-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-29T16:16:10.402354-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "7e23d5ef-1214-4309-8b25-854419504f08",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-29T16:16:10.402354-07:00",
"MeasurementValueNeededDate": "2026-05-29T16:16:10.402354-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9ec9c3fb-538f-4823-8e26-1e0eac6742bd",
"CreateDate": "2026-05-29T16:16:10.402354-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-29T16:16:10.402354-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-29T16:16:10.402354-07:00",
"MeasurementValueNeededDate": "2026-05-29T16:16:10.402354-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "53bcad65-6602-4511-961d-b153d2ce8481",
"CreateDate": "2026-05-29T16:16:10.402354-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-29T16:16:10.402354-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "ff7477af-cdd0-4867-8107-f3ca8d94586e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "223e9fbb-67af-4c09-bdf5-eb8fe8a43517",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fd245bdf-9a49-4638-a100-481a4d891de8",
"CreateDate": "2026-05-29T16:16:10.402354-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-29T16:16:10.402354-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "cf1a74f4-1f8f-489c-bd99-77613f8f35a7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "80b372d2-e1ea-44f5-80ec-571735186540",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "86f885e2-6556-4ff7-b2cd-9d5ee0d94bf1",
"CreateDate": "2026-05-29T16:16:10.402354-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-29T16:16:10.402354-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "af934c9f-43c5-4209-b9d0-c7531bf83ce7",
"FieldId": "1c48458a-afe6-4677-84cc-6608c303b200",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "af934c9f-43c5-4209-b9d0-c7531bf83ce7",
"FieldId": "1c48458a-afe6-4677-84cc-6608c303b200",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-29T16:16:10.402354-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "6f369472-7545-4610-ba03-83e3b6b05383",
"CreateDate": "2026-05-29T16:16:10.402354-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-29T16:16:10.402354-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-29T16:16:10.402354-07:00",
"LastValueDate": "2026-05-29T16:16:10.402354-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "1597511a-68fe-4780-bf25-1e87120addba",
"CreateDate": "2026-05-29T16:16:10.402354-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-29T16:16:10.402354-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}