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": "2dbe9e07-3611-4428-bca2-81f4f704e9e6",
"Asset": {
"AssetId": "15f54861-6887-4f89-a414-3f3dfa833376",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "7b472766-d127-4d81-8967-e9f40a1225db",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4e4afcee-9d76-4f5b-83dc-2abdf971d6fd",
"CreateDate": "2025-11-15T02:21:31.1994427-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-15T02:21:31.1994427-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "14fec9db-c35f-4f85-8679-016ae676df2f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-15T02:21:31.1994427-08:00",
"MeasurementValueNeededDate": "2025-11-15T02:21:31.1994427-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b9c8b313-45ac-4a29-ba3c-bdbbefe2bc0d",
"CreateDate": "2025-11-15T02:21:31.1994427-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-15T02:21:31.1994427-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-15T02:21:31.1994427-08:00",
"MeasurementValueNeededDate": "2025-11-15T02:21:31.1994427-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e4370650-e771-418f-abbd-c88cd503c5b1",
"CreateDate": "2025-11-15T02:21:31.1994427-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-15T02:21:31.1994427-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "112f77db-0735-4759-ae47-74f31acffd11",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "7b472766-d127-4d81-8967-e9f40a1225db",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4e4afcee-9d76-4f5b-83dc-2abdf971d6fd",
"CreateDate": "2025-11-15T02:21:31.1994427-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-15T02:21:31.1994427-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "8479edb1-ccc8-4561-b844-f88de8cd171e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "521773b9-1a1a-433a-93ac-75feaaea85d4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "25cedf08-4dfa-4376-8f4f-78847d710286",
"CreateDate": "2025-11-15T02:21:31.1994427-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-15T02:21:31.1994427-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-11-15T02:21:31.1994427-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "8a7c4d60-85bc-49b8-8dfb-57d5d8f51b85",
"CreateDate": "2025-11-15T02:21:31.1994427-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-15T02:21:31.1994427-08:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-11-15T02:21:31.1994427-08:00",
"LastValueDate": "2025-11-15T02:21:31.1994427-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "85367fb9-83da-4057-8d94-9b1b857b87bd",
"CreateDate": "2025-11-15T02:21:31.1994427-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-15T02:21:31.1994427-08:00",
"LastModifiedUser": "sample string 5"
},
{
"AssetMeasurementTypeId": "2dbe9e07-3611-4428-bca2-81f4f704e9e6",
"Asset": {
"AssetId": "15f54861-6887-4f89-a414-3f3dfa833376",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "7b472766-d127-4d81-8967-e9f40a1225db",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4e4afcee-9d76-4f5b-83dc-2abdf971d6fd",
"CreateDate": "2025-11-15T02:21:31.1994427-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-15T02:21:31.1994427-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "14fec9db-c35f-4f85-8679-016ae676df2f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-15T02:21:31.1994427-08:00",
"MeasurementValueNeededDate": "2025-11-15T02:21:31.1994427-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b9c8b313-45ac-4a29-ba3c-bdbbefe2bc0d",
"CreateDate": "2025-11-15T02:21:31.1994427-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-15T02:21:31.1994427-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-15T02:21:31.1994427-08:00",
"MeasurementValueNeededDate": "2025-11-15T02:21:31.1994427-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e4370650-e771-418f-abbd-c88cd503c5b1",
"CreateDate": "2025-11-15T02:21:31.1994427-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-15T02:21:31.1994427-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "112f77db-0735-4759-ae47-74f31acffd11",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "7b472766-d127-4d81-8967-e9f40a1225db",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4e4afcee-9d76-4f5b-83dc-2abdf971d6fd",
"CreateDate": "2025-11-15T02:21:31.1994427-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-15T02:21:31.1994427-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "8479edb1-ccc8-4561-b844-f88de8cd171e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "521773b9-1a1a-433a-93ac-75feaaea85d4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "25cedf08-4dfa-4376-8f4f-78847d710286",
"CreateDate": "2025-11-15T02:21:31.1994427-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-15T02:21:31.1994427-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-11-15T02:21:31.1994427-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "8a7c4d60-85bc-49b8-8dfb-57d5d8f51b85",
"CreateDate": "2025-11-15T02:21:31.1994427-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-15T02:21:31.1994427-08:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-11-15T02:21:31.1994427-08:00",
"LastValueDate": "2025-11-15T02:21:31.1994427-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "85367fb9-83da-4057-8d94-9b1b857b87bd",
"CreateDate": "2025-11-15T02:21:31.1994427-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-15T02:21:31.1994427-08:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}