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": "630c22d0-2cf8-4efa-8e5d-5e2b192bd230",
"Asset": {
"AssetId": "0a2f798b-20c9-41f1-aa5d-5d5485920c4c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "c5632a6b-545f-481c-9a13-6e87fada515a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "345594fd-06f2-4b18-a750-a25935ad2f16",
"CreateDate": "2026-06-19T20:29:07.4461209-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-19T20:29:07.4461209-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "d2a4701f-40ef-4ce2-ae9f-fb871c8bb081",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-19T20:29:07.4461209-07:00",
"MeasurementValueNeededDate": "2026-06-19T20:29:07.4461209-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "5118362a-c706-4e5b-aa01-e5eea810260c",
"CreateDate": "2026-06-19T20:29:07.4461209-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-19T20:29:07.4461209-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-19T20:29:07.4461209-07:00",
"MeasurementValueNeededDate": "2026-06-19T20:29:07.4461209-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "db7764da-3345-4c9c-9a8c-825a2f676a0a",
"CreateDate": "2026-06-19T20:29:07.4461209-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-19T20:29:07.4461209-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "84c4bf86-3889-4377-a53c-878822ea3776",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "c5632a6b-545f-481c-9a13-6e87fada515a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "345594fd-06f2-4b18-a750-a25935ad2f16",
"CreateDate": "2026-06-19T20:29:07.4461209-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-19T20:29:07.4461209-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "a8cf5edd-595c-4046-bfbe-2d9b20166d99",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b8462d5d-4af0-45fc-854f-c0c5afaa2211",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d1160fcb-7e08-4baa-9c69-439111852198",
"CreateDate": "2026-06-19T20:29:07.4461209-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-19T20:29:07.4461209-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e53f77ae-4e09-48b4-8eb9-459cf72829a0",
"FieldId": "43ee45dc-dc17-466e-a44c-30e5134a5ab3",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e53f77ae-4e09-48b4-8eb9-459cf72829a0",
"FieldId": "43ee45dc-dc17-466e-a44c-30e5134a5ab3",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-19T20:29:07.4461209-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "26ad0531-a0c9-4599-9ad2-8e8e0fbf1e7b",
"CreateDate": "2026-06-19T20:29:07.4461209-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-19T20:29:07.4461209-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-19T20:29:07.4461209-07:00",
"LastValueDate": "2026-06-19T20:29:07.4461209-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "63cf42d9-b68a-4e9c-8252-688b90c8209b",
"CreateDate": "2026-06-19T20:29:07.4461209-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-19T20:29:07.4461209-07:00",
"LastModifiedUser": "sample string 5"
},
{
"AssetMeasurementTypeId": "630c22d0-2cf8-4efa-8e5d-5e2b192bd230",
"Asset": {
"AssetId": "0a2f798b-20c9-41f1-aa5d-5d5485920c4c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "c5632a6b-545f-481c-9a13-6e87fada515a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "345594fd-06f2-4b18-a750-a25935ad2f16",
"CreateDate": "2026-06-19T20:29:07.4461209-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-19T20:29:07.4461209-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "d2a4701f-40ef-4ce2-ae9f-fb871c8bb081",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-19T20:29:07.4461209-07:00",
"MeasurementValueNeededDate": "2026-06-19T20:29:07.4461209-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "5118362a-c706-4e5b-aa01-e5eea810260c",
"CreateDate": "2026-06-19T20:29:07.4461209-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-19T20:29:07.4461209-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-19T20:29:07.4461209-07:00",
"MeasurementValueNeededDate": "2026-06-19T20:29:07.4461209-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "db7764da-3345-4c9c-9a8c-825a2f676a0a",
"CreateDate": "2026-06-19T20:29:07.4461209-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-19T20:29:07.4461209-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "84c4bf86-3889-4377-a53c-878822ea3776",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "c5632a6b-545f-481c-9a13-6e87fada515a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "345594fd-06f2-4b18-a750-a25935ad2f16",
"CreateDate": "2026-06-19T20:29:07.4461209-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-19T20:29:07.4461209-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "a8cf5edd-595c-4046-bfbe-2d9b20166d99",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b8462d5d-4af0-45fc-854f-c0c5afaa2211",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d1160fcb-7e08-4baa-9c69-439111852198",
"CreateDate": "2026-06-19T20:29:07.4461209-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-19T20:29:07.4461209-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e53f77ae-4e09-48b4-8eb9-459cf72829a0",
"FieldId": "43ee45dc-dc17-466e-a44c-30e5134a5ab3",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e53f77ae-4e09-48b4-8eb9-459cf72829a0",
"FieldId": "43ee45dc-dc17-466e-a44c-30e5134a5ab3",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-19T20:29:07.4461209-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "26ad0531-a0c9-4599-9ad2-8e8e0fbf1e7b",
"CreateDate": "2026-06-19T20:29:07.4461209-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-19T20:29:07.4461209-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-19T20:29:07.4461209-07:00",
"LastValueDate": "2026-06-19T20:29:07.4461209-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "63cf42d9-b68a-4e9c-8252-688b90c8209b",
"CreateDate": "2026-06-19T20:29:07.4461209-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-19T20:29:07.4461209-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}