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": "f3fd20e1-dc7f-479c-9933-92480b72a826",
"Asset": {
"AssetId": "fcabc6ad-7de2-47bb-bc80-09b5ad2d94c3",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "ac5996c7-f147-476e-8ba2-f2257388ece6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4f204645-75f2-4e8c-9408-654cb79308e9",
"CreateDate": "2026-02-05T17:02:25.9689636-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:02:25.9689636-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "fa1bb691-cb4f-4e0e-ba52-bb93dcdf49e5",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-05T17:02:25.9689636-08:00",
"MeasurementValueNeededDate": "2026-02-05T17:02:25.9689636-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "40acb782-5fad-46d8-a710-d81d0d24475c",
"CreateDate": "2026-02-05T17:02:25.9689636-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-05T17:02:25.9689636-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-05T17:02:25.9689636-08:00",
"MeasurementValueNeededDate": "2026-02-05T17:02:25.9689636-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a0c9e649-fc45-425c-89de-4d6322f025b4",
"CreateDate": "2026-02-05T17:02:25.9689636-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-05T17:02:25.9689636-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "d792e77a-0b94-4ec4-931d-c9271237488c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ac5996c7-f147-476e-8ba2-f2257388ece6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4f204645-75f2-4e8c-9408-654cb79308e9",
"CreateDate": "2026-02-05T17:02:25.9689636-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:02:25.9689636-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "73eccdf3-f2ca-4d56-9cd0-d7bb63492eca",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "168be620-c5d9-494c-bd48-b39630b7415d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8d5b775f-f1b5-4f3d-811a-62c73ca10bae",
"CreateDate": "2026-02-05T17:02:25.9689636-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-05T17:02:25.9689636-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": "2026-02-05T17:02:25.9689636-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "306919a9-a06f-4601-a631-e46c30b2a975",
"CreateDate": "2026-02-05T17:02:25.9689636-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-05T17:02:25.9689636-08:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-05T17:02:25.9689636-08:00",
"LastValueDate": "2026-02-05T17:02:25.9689636-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "ff2b9054-d267-43ab-b6b6-c9e6220001a1",
"CreateDate": "2026-02-05T17:02:25.9689636-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-05T17:02:25.9689636-08:00",
"LastModifiedUser": "sample string 5"
},
{
"AssetMeasurementTypeId": "f3fd20e1-dc7f-479c-9933-92480b72a826",
"Asset": {
"AssetId": "fcabc6ad-7de2-47bb-bc80-09b5ad2d94c3",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "ac5996c7-f147-476e-8ba2-f2257388ece6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4f204645-75f2-4e8c-9408-654cb79308e9",
"CreateDate": "2026-02-05T17:02:25.9689636-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:02:25.9689636-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "fa1bb691-cb4f-4e0e-ba52-bb93dcdf49e5",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-05T17:02:25.9689636-08:00",
"MeasurementValueNeededDate": "2026-02-05T17:02:25.9689636-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "40acb782-5fad-46d8-a710-d81d0d24475c",
"CreateDate": "2026-02-05T17:02:25.9689636-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-05T17:02:25.9689636-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-05T17:02:25.9689636-08:00",
"MeasurementValueNeededDate": "2026-02-05T17:02:25.9689636-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a0c9e649-fc45-425c-89de-4d6322f025b4",
"CreateDate": "2026-02-05T17:02:25.9689636-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-05T17:02:25.9689636-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "d792e77a-0b94-4ec4-931d-c9271237488c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ac5996c7-f147-476e-8ba2-f2257388ece6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4f204645-75f2-4e8c-9408-654cb79308e9",
"CreateDate": "2026-02-05T17:02:25.9689636-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:02:25.9689636-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "73eccdf3-f2ca-4d56-9cd0-d7bb63492eca",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "168be620-c5d9-494c-bd48-b39630b7415d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8d5b775f-f1b5-4f3d-811a-62c73ca10bae",
"CreateDate": "2026-02-05T17:02:25.9689636-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-05T17:02:25.9689636-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": "2026-02-05T17:02:25.9689636-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "306919a9-a06f-4601-a631-e46c30b2a975",
"CreateDate": "2026-02-05T17:02:25.9689636-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-05T17:02:25.9689636-08:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-05T17:02:25.9689636-08:00",
"LastValueDate": "2026-02-05T17:02:25.9689636-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "ff2b9054-d267-43ab-b6b6-c9e6220001a1",
"CreateDate": "2026-02-05T17:02:25.9689636-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-05T17:02:25.9689636-08:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}