GET AssetMeasurementTypes/GetAllForAsset?assetId={assetId}
Retrieves all asset measurement types for the given asset. This includes asset measurement types of that asset that may not have a value.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetId |
Id of the asset |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, a list of all asset measurement types for the asset.
| 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": "7ac31869-9e45-4727-9dac-387af2f22fc1",
"Asset": {
"AssetId": "cbfbbfaa-1b58-4fda-9e16-7fad671c7fce",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "a7c9cee2-a6d2-4e3b-a7cb-da8e55829a77",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c7e008f6-23f1-429f-9780-17281ad94e54",
"CreateDate": "2026-04-30T21:00:02.0426408-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T21:00:02.0426408-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ad613e4f-1d3e-4469-bccb-1b49f89d7568",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-30T21:00:02.0426408-07:00",
"MeasurementValueNeededDate": "2026-04-30T21:00:02.0426408-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "fe87c3b6-3ed2-4fbc-b0d6-2824f8ec2eaf",
"CreateDate": "2026-04-30T21:00:02.0426408-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T21:00:02.0426408-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-30T21:00:02.0426408-07:00",
"MeasurementValueNeededDate": "2026-04-30T21:00:02.0426408-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "8f3a1c21-9cd6-4843-8c25-fd860685e3df",
"CreateDate": "2026-04-30T21:00:02.0426408-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-30T21:00:02.0426408-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "c9b275be-60fc-454c-8ef5-c2f4ecb1a7a2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a7c9cee2-a6d2-4e3b-a7cb-da8e55829a77",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c7e008f6-23f1-429f-9780-17281ad94e54",
"CreateDate": "2026-04-30T21:00:02.0426408-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T21:00:02.0426408-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "af1b0591-08a4-4b12-ba75-99d033c6467c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "cdf77666-8d19-4e23-a408-9a950af658aa",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "aee6ba23-d583-4227-b700-67b0951dc1a8",
"CreateDate": "2026-04-30T21:00:02.0426408-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T21:00:02.0426408-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "515538f0-0d74-4c03-b74b-e96ac636a817",
"FieldId": "60ff2f32-a67e-4540-b4e5-e02d91cee505",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "515538f0-0d74-4c03-b74b-e96ac636a817",
"FieldId": "60ff2f32-a67e-4540-b4e5-e02d91cee505",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-30T21:00:02.0426408-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "77d0afb1-4a35-4ecd-a2fe-717fb959e6fc",
"CreateDate": "2026-04-30T21:00:02.0426408-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-30T21:00:02.0426408-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-30T21:00:02.0426408-07:00",
"LastValueDate": "2026-04-30T21:00:02.0426408-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "17f98115-4c4c-43a8-9ad4-ba08efc403f1",
"CreateDate": "2026-04-30T21:00:02.0426408-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-30T21:00:02.0426408-07:00",
"LastModifiedUser": "sample string 5"
},
{
"AssetMeasurementTypeId": "7ac31869-9e45-4727-9dac-387af2f22fc1",
"Asset": {
"AssetId": "cbfbbfaa-1b58-4fda-9e16-7fad671c7fce",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "a7c9cee2-a6d2-4e3b-a7cb-da8e55829a77",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c7e008f6-23f1-429f-9780-17281ad94e54",
"CreateDate": "2026-04-30T21:00:02.0426408-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T21:00:02.0426408-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ad613e4f-1d3e-4469-bccb-1b49f89d7568",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-30T21:00:02.0426408-07:00",
"MeasurementValueNeededDate": "2026-04-30T21:00:02.0426408-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "fe87c3b6-3ed2-4fbc-b0d6-2824f8ec2eaf",
"CreateDate": "2026-04-30T21:00:02.0426408-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T21:00:02.0426408-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-30T21:00:02.0426408-07:00",
"MeasurementValueNeededDate": "2026-04-30T21:00:02.0426408-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "8f3a1c21-9cd6-4843-8c25-fd860685e3df",
"CreateDate": "2026-04-30T21:00:02.0426408-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-30T21:00:02.0426408-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "c9b275be-60fc-454c-8ef5-c2f4ecb1a7a2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a7c9cee2-a6d2-4e3b-a7cb-da8e55829a77",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c7e008f6-23f1-429f-9780-17281ad94e54",
"CreateDate": "2026-04-30T21:00:02.0426408-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T21:00:02.0426408-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "af1b0591-08a4-4b12-ba75-99d033c6467c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "cdf77666-8d19-4e23-a408-9a950af658aa",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "aee6ba23-d583-4227-b700-67b0951dc1a8",
"CreateDate": "2026-04-30T21:00:02.0426408-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T21:00:02.0426408-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "515538f0-0d74-4c03-b74b-e96ac636a817",
"FieldId": "60ff2f32-a67e-4540-b4e5-e02d91cee505",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "515538f0-0d74-4c03-b74b-e96ac636a817",
"FieldId": "60ff2f32-a67e-4540-b4e5-e02d91cee505",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-30T21:00:02.0426408-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "77d0afb1-4a35-4ecd-a2fe-717fb959e6fc",
"CreateDate": "2026-04-30T21:00:02.0426408-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-30T21:00:02.0426408-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-30T21:00:02.0426408-07:00",
"LastValueDate": "2026-04-30T21:00:02.0426408-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "17f98115-4c4c-43a8-9ad4-ba08efc403f1",
"CreateDate": "2026-04-30T21:00:02.0426408-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-30T21:00:02.0426408-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}