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": "d013e0a8-bed7-4cc9-9f51-e45d610a6fc5",
"Asset": {
"AssetId": "fbeea6e2-8213-4d0d-b61f-c09134e7b430",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "2b682e7b-164c-4c13-ba55-d74ddf525348",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8372d558-668a-45fe-99f0-63c2a3ace27f",
"CreateDate": "2026-02-10T22:43:50.9304922-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-10T22:43:50.9304922-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "e4a7a2b3-31d0-4c60-90db-ded486ed48c6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-10T22:43:50.9304922-08:00",
"MeasurementValueNeededDate": "2026-02-10T22:43:50.9304922-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "071ff4a1-5944-4f05-886b-085b02c6ebb0",
"CreateDate": "2026-02-10T22:43:50.9304922-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-10T22:43:50.9304922-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-10T22:43:50.9304922-08:00",
"MeasurementValueNeededDate": "2026-02-10T22:43:50.9304922-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0f68587f-0a94-41d4-812a-9be7abe0510f",
"CreateDate": "2026-02-10T22:43:50.9304922-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-10T22:43:50.9304922-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "8dca9bf4-ebb0-46f6-9965-b7d5bd8021d8",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "2b682e7b-164c-4c13-ba55-d74ddf525348",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8372d558-668a-45fe-99f0-63c2a3ace27f",
"CreateDate": "2026-02-10T22:43:50.9304922-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-10T22:43:50.9304922-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "64c2a91f-d580-4277-bb0b-a2f050c69052",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "de6ce9fc-9443-4972-b09b-0cc139fdc7e6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3abc3864-cdb0-47d2-af18-5e10b9b7b1bb",
"CreateDate": "2026-02-10T22:43:50.9304922-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-10T22:43:50.9304922-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-10T22:43:50.9304922-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "603747a8-b43d-489c-b072-5d194552ed0a",
"CreateDate": "2026-02-10T22:43:50.9304922-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-10T22:43:50.9304922-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-10T22:43:50.9304922-08:00",
"LastValueDate": "2026-02-10T22:43:50.9304922-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "4feb2c99-7e18-4750-9f49-66243074e01e",
"CreateDate": "2026-02-10T22:43:50.9304922-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-10T22:43:50.9304922-08:00",
"LastModifiedUser": "sample string 5"
},
{
"AssetMeasurementTypeId": "d013e0a8-bed7-4cc9-9f51-e45d610a6fc5",
"Asset": {
"AssetId": "fbeea6e2-8213-4d0d-b61f-c09134e7b430",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "2b682e7b-164c-4c13-ba55-d74ddf525348",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8372d558-668a-45fe-99f0-63c2a3ace27f",
"CreateDate": "2026-02-10T22:43:50.9304922-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-10T22:43:50.9304922-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "e4a7a2b3-31d0-4c60-90db-ded486ed48c6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-10T22:43:50.9304922-08:00",
"MeasurementValueNeededDate": "2026-02-10T22:43:50.9304922-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "071ff4a1-5944-4f05-886b-085b02c6ebb0",
"CreateDate": "2026-02-10T22:43:50.9304922-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-10T22:43:50.9304922-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-10T22:43:50.9304922-08:00",
"MeasurementValueNeededDate": "2026-02-10T22:43:50.9304922-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0f68587f-0a94-41d4-812a-9be7abe0510f",
"CreateDate": "2026-02-10T22:43:50.9304922-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-10T22:43:50.9304922-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "8dca9bf4-ebb0-46f6-9965-b7d5bd8021d8",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "2b682e7b-164c-4c13-ba55-d74ddf525348",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8372d558-668a-45fe-99f0-63c2a3ace27f",
"CreateDate": "2026-02-10T22:43:50.9304922-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-10T22:43:50.9304922-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "64c2a91f-d580-4277-bb0b-a2f050c69052",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "de6ce9fc-9443-4972-b09b-0cc139fdc7e6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3abc3864-cdb0-47d2-af18-5e10b9b7b1bb",
"CreateDate": "2026-02-10T22:43:50.9304922-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-10T22:43:50.9304922-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-10T22:43:50.9304922-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "603747a8-b43d-489c-b072-5d194552ed0a",
"CreateDate": "2026-02-10T22:43:50.9304922-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-10T22:43:50.9304922-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-10T22:43:50.9304922-08:00",
"LastValueDate": "2026-02-10T22:43:50.9304922-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "4feb2c99-7e18-4750-9f49-66243074e01e",
"CreateDate": "2026-02-10T22:43:50.9304922-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-10T22:43:50.9304922-08:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}