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": "4b025cec-de96-4de4-82b5-9ddc94ba4c39",
"Asset": {
"AssetId": "009201b1-ff04-427b-9dbd-a71cd2e7aef7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "53d685e3-4ce1-40e8-aa1f-8f455ffb4849",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "225365e6-a369-4ae6-a034-8bcae3f30520",
"CreateDate": "2026-09-14T15:53:07.1663397-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-14T15:53:07.1663397-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1965a09a-de84-4276-809d-d244843d185e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-14T15:53:07.1663397-07:00",
"MeasurementValueNeededDate": "2026-09-14T15:53:07.1663397-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b07a073e-b873-4f5f-a08a-dae541e8cc9e",
"CreateDate": "2026-09-14T15:53:07.1663397-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-14T15:53:07.1663397-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-14T15:53:07.1663397-07:00",
"MeasurementValueNeededDate": "2026-09-14T15:53:07.1663397-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "82b117b6-2a13-46dc-ae9e-c393abfa7bb1",
"CreateDate": "2026-09-14T15:53:07.1663397-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-14T15:53:07.1663397-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "b8c81377-de0c-4a08-8cd1-f76c617be9c3",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "53d685e3-4ce1-40e8-aa1f-8f455ffb4849",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "225365e6-a369-4ae6-a034-8bcae3f30520",
"CreateDate": "2026-09-14T15:53:07.1663397-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-14T15:53:07.1663397-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "95009f11-172f-445a-b2fd-8d6073280b53",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1d71e7ad-2103-42d3-b076-d5915457b650",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "4bfb12e1-6a2b-4441-853b-b70cb12487ff",
"CreateDate": "2026-09-14T15:53:07.1663397-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-14T15:53:07.1663397-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0fd7e20e-8dc1-4e53-90d8-228cbb713979",
"FieldId": "bc9fd583-754b-4731-823c-985fb3be8223",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0fd7e20e-8dc1-4e53-90d8-228cbb713979",
"FieldId": "bc9fd583-754b-4731-823c-985fb3be8223",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-14T15:53:07.1663397-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4b91a12e-2891-49a6-b8b3-ca71b3c8cc73",
"CreateDate": "2026-09-14T15:53:07.1663397-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-14T15:53:07.1663397-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-14T15:53:07.1663397-07:00",
"LastValueDate": "2026-09-14T15:53:07.1663397-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "672f2354-aea4-41eb-b088-b50306ce9b96",
"CreateDate": "2026-09-14T15:53:07.1663397-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-14T15:53:07.1663397-07:00",
"LastModifiedUser": "sample string 5"
},
{
"AssetMeasurementTypeId": "4b025cec-de96-4de4-82b5-9ddc94ba4c39",
"Asset": {
"AssetId": "009201b1-ff04-427b-9dbd-a71cd2e7aef7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "53d685e3-4ce1-40e8-aa1f-8f455ffb4849",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "225365e6-a369-4ae6-a034-8bcae3f30520",
"CreateDate": "2026-09-14T15:53:07.1663397-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-14T15:53:07.1663397-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1965a09a-de84-4276-809d-d244843d185e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-14T15:53:07.1663397-07:00",
"MeasurementValueNeededDate": "2026-09-14T15:53:07.1663397-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b07a073e-b873-4f5f-a08a-dae541e8cc9e",
"CreateDate": "2026-09-14T15:53:07.1663397-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-14T15:53:07.1663397-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-14T15:53:07.1663397-07:00",
"MeasurementValueNeededDate": "2026-09-14T15:53:07.1663397-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "82b117b6-2a13-46dc-ae9e-c393abfa7bb1",
"CreateDate": "2026-09-14T15:53:07.1663397-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-14T15:53:07.1663397-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "b8c81377-de0c-4a08-8cd1-f76c617be9c3",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "53d685e3-4ce1-40e8-aa1f-8f455ffb4849",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "225365e6-a369-4ae6-a034-8bcae3f30520",
"CreateDate": "2026-09-14T15:53:07.1663397-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-14T15:53:07.1663397-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "95009f11-172f-445a-b2fd-8d6073280b53",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1d71e7ad-2103-42d3-b076-d5915457b650",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "4bfb12e1-6a2b-4441-853b-b70cb12487ff",
"CreateDate": "2026-09-14T15:53:07.1663397-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-14T15:53:07.1663397-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0fd7e20e-8dc1-4e53-90d8-228cbb713979",
"FieldId": "bc9fd583-754b-4731-823c-985fb3be8223",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0fd7e20e-8dc1-4e53-90d8-228cbb713979",
"FieldId": "bc9fd583-754b-4731-823c-985fb3be8223",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-14T15:53:07.1663397-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4b91a12e-2891-49a6-b8b3-ca71b3c8cc73",
"CreateDate": "2026-09-14T15:53:07.1663397-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-14T15:53:07.1663397-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-14T15:53:07.1663397-07:00",
"LastValueDate": "2026-09-14T15:53:07.1663397-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "672f2354-aea4-41eb-b088-b50306ce9b96",
"CreateDate": "2026-09-14T15:53:07.1663397-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-14T15:53:07.1663397-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}