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": "6caf2614-ce1b-4959-b893-870b6b015659",
"Asset": {
"AssetId": "d21219ec-474b-43c1-83f0-20e2039a39da",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "bb0cac6c-aea7-4732-8690-6bd7a971b10f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "12ea3463-db14-4fae-8afc-ef9b2a876c68",
"CreateDate": "2026-08-01T02:39:16.6236595-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-01T02:39:16.6236595-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "b1236351-792c-4903-8a9d-e992b2a1e3b1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-01T02:39:16.6236595-07:00",
"MeasurementValueNeededDate": "2026-08-01T02:39:16.6236595-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "6844727f-2628-4549-a358-1f1d80888b74",
"CreateDate": "2026-08-01T02:39:16.6236595-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-01T02:39:16.6236595-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-01T02:39:16.6236595-07:00",
"MeasurementValueNeededDate": "2026-08-01T02:39:16.6236595-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "9c47556d-0efc-4a70-97bc-1176732be6eb",
"CreateDate": "2026-08-01T02:39:16.6236595-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-01T02:39:16.6236595-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "efb0397b-d5b6-418c-b38c-c237fdcbd73e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bb0cac6c-aea7-4732-8690-6bd7a971b10f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "12ea3463-db14-4fae-8afc-ef9b2a876c68",
"CreateDate": "2026-08-01T02:39:16.6236595-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-01T02:39:16.6236595-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "728fee73-5d80-48de-b21d-04c15f44db2b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4e55211b-e55c-44c5-bfd6-e1ff3addfc49",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3eb8da4a-83b5-4c4b-8a67-3e07be38260b",
"CreateDate": "2026-08-01T02:39:16.6236595-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-01T02:39:16.6236595-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6f5f261a-2c08-4ef9-a444-0f829b9b0f64",
"FieldId": "4256f093-eac4-4331-8627-165589ab9eb9",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6f5f261a-2c08-4ef9-a444-0f829b9b0f64",
"FieldId": "4256f093-eac4-4331-8627-165589ab9eb9",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-01T02:39:16.6236595-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "58d164ed-8af3-4490-a9e3-338abba680e9",
"CreateDate": "2026-08-01T02:39:16.6236595-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-01T02:39:16.6236595-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-01T02:39:16.6236595-07:00",
"LastValueDate": "2026-08-01T02:39:16.6236595-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "ce3681b6-ca55-44c1-b01c-32389cc5ced0",
"CreateDate": "2026-08-01T02:39:16.6236595-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-01T02:39:16.6236595-07:00",
"LastModifiedUser": "sample string 5"
},
{
"AssetMeasurementTypeId": "6caf2614-ce1b-4959-b893-870b6b015659",
"Asset": {
"AssetId": "d21219ec-474b-43c1-83f0-20e2039a39da",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "bb0cac6c-aea7-4732-8690-6bd7a971b10f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "12ea3463-db14-4fae-8afc-ef9b2a876c68",
"CreateDate": "2026-08-01T02:39:16.6236595-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-01T02:39:16.6236595-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "b1236351-792c-4903-8a9d-e992b2a1e3b1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-01T02:39:16.6236595-07:00",
"MeasurementValueNeededDate": "2026-08-01T02:39:16.6236595-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "6844727f-2628-4549-a358-1f1d80888b74",
"CreateDate": "2026-08-01T02:39:16.6236595-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-01T02:39:16.6236595-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-01T02:39:16.6236595-07:00",
"MeasurementValueNeededDate": "2026-08-01T02:39:16.6236595-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "9c47556d-0efc-4a70-97bc-1176732be6eb",
"CreateDate": "2026-08-01T02:39:16.6236595-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-01T02:39:16.6236595-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "efb0397b-d5b6-418c-b38c-c237fdcbd73e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bb0cac6c-aea7-4732-8690-6bd7a971b10f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "12ea3463-db14-4fae-8afc-ef9b2a876c68",
"CreateDate": "2026-08-01T02:39:16.6236595-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-01T02:39:16.6236595-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "728fee73-5d80-48de-b21d-04c15f44db2b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4e55211b-e55c-44c5-bfd6-e1ff3addfc49",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3eb8da4a-83b5-4c4b-8a67-3e07be38260b",
"CreateDate": "2026-08-01T02:39:16.6236595-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-01T02:39:16.6236595-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6f5f261a-2c08-4ef9-a444-0f829b9b0f64",
"FieldId": "4256f093-eac4-4331-8627-165589ab9eb9",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6f5f261a-2c08-4ef9-a444-0f829b9b0f64",
"FieldId": "4256f093-eac4-4331-8627-165589ab9eb9",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-01T02:39:16.6236595-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "58d164ed-8af3-4490-a9e3-338abba680e9",
"CreateDate": "2026-08-01T02:39:16.6236595-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-01T02:39:16.6236595-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-01T02:39:16.6236595-07:00",
"LastValueDate": "2026-08-01T02:39:16.6236595-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "ce3681b6-ca55-44c1-b01c-32389cc5ced0",
"CreateDate": "2026-08-01T02:39:16.6236595-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-01T02:39:16.6236595-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}