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": "bd56c643-eb1c-488d-8a11-195b22538c0d",
"Asset": {
"AssetId": "2e68c162-fe7e-4160-834b-55add194c71c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "305c3cb9-186b-4399-ac5d-db9d800c8ec0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f38a7f3d-3cd5-4148-8784-2bc41fc6522f",
"CreateDate": "2026-03-26T19:44:23.7259036-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T19:44:23.7259036-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "3a342b7c-2813-4360-bcaf-ef46acc0d029",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-26T19:44:23.7259036-07:00",
"MeasurementValueNeededDate": "2026-03-26T19:44:23.7259036-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8c28e90b-0b85-4f30-92e9-7d057499429a",
"CreateDate": "2026-03-26T19:44:23.7259036-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T19:44:23.7259036-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-26T19:44:23.7259036-07:00",
"MeasurementValueNeededDate": "2026-03-26T19:44:23.7259036-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e0ed5796-508c-4e3e-bb57-d8e3dda84732",
"CreateDate": "2026-03-26T19:44:23.7259036-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-26T19:44:23.7259036-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "a25f7687-02d6-4ea1-a347-4411c5a04600",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "305c3cb9-186b-4399-ac5d-db9d800c8ec0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f38a7f3d-3cd5-4148-8784-2bc41fc6522f",
"CreateDate": "2026-03-26T19:44:23.7259036-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T19:44:23.7259036-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "1c6d8c9d-7c26-40a5-9079-00e14dda3994",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a9fe8f86-bb3e-4b30-b18c-c564c8768c90",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f5185ad9-4562-4bd8-a084-445b793756a8",
"CreateDate": "2026-03-26T19:44:23.7259036-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T19:44:23.7259036-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "1ca974bf-17c6-471d-b0e0-adb40056f4a7",
"FieldId": "b674ae1c-a707-4d76-9e56-41747c7644cc",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "1ca974bf-17c6-471d-b0e0-adb40056f4a7",
"FieldId": "b674ae1c-a707-4d76-9e56-41747c7644cc",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-26T19:44:23.7259036-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "7fcda5e5-8cab-4241-a02d-babec6e53088",
"CreateDate": "2026-03-26T19:44:23.7259036-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-26T19:44:23.7259036-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-26T19:44:23.7259036-07:00",
"LastValueDate": "2026-03-26T19:44:23.7259036-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "5f4761e8-e8eb-4931-a687-40efdbdf9bd3",
"CreateDate": "2026-03-26T19:44:23.7259036-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-26T19:44:23.7259036-07:00",
"LastModifiedUser": "sample string 5"
},
{
"AssetMeasurementTypeId": "bd56c643-eb1c-488d-8a11-195b22538c0d",
"Asset": {
"AssetId": "2e68c162-fe7e-4160-834b-55add194c71c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "305c3cb9-186b-4399-ac5d-db9d800c8ec0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f38a7f3d-3cd5-4148-8784-2bc41fc6522f",
"CreateDate": "2026-03-26T19:44:23.7259036-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T19:44:23.7259036-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "3a342b7c-2813-4360-bcaf-ef46acc0d029",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-26T19:44:23.7259036-07:00",
"MeasurementValueNeededDate": "2026-03-26T19:44:23.7259036-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8c28e90b-0b85-4f30-92e9-7d057499429a",
"CreateDate": "2026-03-26T19:44:23.7259036-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T19:44:23.7259036-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-26T19:44:23.7259036-07:00",
"MeasurementValueNeededDate": "2026-03-26T19:44:23.7259036-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e0ed5796-508c-4e3e-bb57-d8e3dda84732",
"CreateDate": "2026-03-26T19:44:23.7259036-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-26T19:44:23.7259036-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "a25f7687-02d6-4ea1-a347-4411c5a04600",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "305c3cb9-186b-4399-ac5d-db9d800c8ec0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f38a7f3d-3cd5-4148-8784-2bc41fc6522f",
"CreateDate": "2026-03-26T19:44:23.7259036-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T19:44:23.7259036-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "1c6d8c9d-7c26-40a5-9079-00e14dda3994",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a9fe8f86-bb3e-4b30-b18c-c564c8768c90",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f5185ad9-4562-4bd8-a084-445b793756a8",
"CreateDate": "2026-03-26T19:44:23.7259036-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T19:44:23.7259036-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "1ca974bf-17c6-471d-b0e0-adb40056f4a7",
"FieldId": "b674ae1c-a707-4d76-9e56-41747c7644cc",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "1ca974bf-17c6-471d-b0e0-adb40056f4a7",
"FieldId": "b674ae1c-a707-4d76-9e56-41747c7644cc",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-26T19:44:23.7259036-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "7fcda5e5-8cab-4241-a02d-babec6e53088",
"CreateDate": "2026-03-26T19:44:23.7259036-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-26T19:44:23.7259036-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-26T19:44:23.7259036-07:00",
"LastValueDate": "2026-03-26T19:44:23.7259036-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "5f4761e8-e8eb-4931-a687-40efdbdf9bd3",
"CreateDate": "2026-03-26T19:44:23.7259036-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-26T19:44:23.7259036-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}