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

NameDescriptionTypeAdditional 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.

NameDescriptionTypeAdditional information
Data

Collection of AssetMeasurementType

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "AssetMeasurementTypeId": "bec73602-6bf7-4b9c-b9a1-581a18324cc7",
      "Asset": {
        "AssetId": "58b43d01-d5a5-413b-a683-68b41b3243ca",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "dd1291f0-593b-4260-b053-5b1ed7b86a2a",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "00db9e4d-c0de-4584-bd15-8487b238fad2",
          "CreateDate": "2026-04-14T09:13:21.0071582-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-04-14T09:13:21.0071582-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "98113c55-4563-491d-a0ea-be19835f04ab",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2026-04-14T09:13:21.0071582-07:00",
          "MeasurementValueNeededDate": "2026-04-14T09:13:21.0071582-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "9714c678-21b4-4482-b0d5-b5fd4c5cfda7",
          "CreateDate": "2026-04-14T09:13:21.0071582-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-04-14T09:13:21.0071582-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2026-04-14T09:13:21.0071582-07:00",
        "MeasurementValueNeededDate": "2026-04-14T09:13:21.0071582-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "a3b5558b-0b81-4514-bdbc-1f40548cfd18",
        "CreateDate": "2026-04-14T09:13:21.0071582-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2026-04-14T09:13:21.0071582-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "MeasurementType": {
        "MeasurementTypeId": "ea24ff0c-4a6b-4f07-a81b-9505a26a0897",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "dd1291f0-593b-4260-b053-5b1ed7b86a2a",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "00db9e4d-c0de-4584-bd15-8487b238fad2",
          "CreateDate": "2026-04-14T09:13:21.0071582-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-04-14T09:13:21.0071582-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "1a7d5299-637d-49cf-99e2-519624259794",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "d369b5e1-24fa-4984-b4e5-2b5ccf213acd",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "0cb28050-a80c-4b03-90df-34676ead4fea",
          "CreateDate": "2026-04-14T09:13:21.0071582-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-04-14T09:13:21.0071582-07: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-04-14T09:13:21.0071582-07:00",
        "IsAccumulator": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "52ba7742-4963-4740-8b28-9694da01eec9",
        "CreateDate": "2026-04-14T09:13:21.0071582-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2026-04-14T09:13:21.0071582-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-14T09:13:21.0071582-07:00",
      "LastValueDate": "2026-04-14T09:13:21.0071582-07:00",
      "SourceSystemId": "sample string 2",
      "CompanyId": "0c01c5b6-4220-4c56-baec-d067dfdca1ad",
      "CreateDate": "2026-04-14T09:13:21.0071582-07:00",
      "CreateUser": "sample string 4",
      "LastModifiedDate": "2026-04-14T09:13:21.0071582-07:00",
      "LastModifiedUser": "sample string 5"
    },
    {
      "AssetMeasurementTypeId": "bec73602-6bf7-4b9c-b9a1-581a18324cc7",
      "Asset": {
        "AssetId": "58b43d01-d5a5-413b-a683-68b41b3243ca",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "dd1291f0-593b-4260-b053-5b1ed7b86a2a",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "00db9e4d-c0de-4584-bd15-8487b238fad2",
          "CreateDate": "2026-04-14T09:13:21.0071582-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-04-14T09:13:21.0071582-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "98113c55-4563-491d-a0ea-be19835f04ab",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2026-04-14T09:13:21.0071582-07:00",
          "MeasurementValueNeededDate": "2026-04-14T09:13:21.0071582-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "9714c678-21b4-4482-b0d5-b5fd4c5cfda7",
          "CreateDate": "2026-04-14T09:13:21.0071582-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-04-14T09:13:21.0071582-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2026-04-14T09:13:21.0071582-07:00",
        "MeasurementValueNeededDate": "2026-04-14T09:13:21.0071582-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "a3b5558b-0b81-4514-bdbc-1f40548cfd18",
        "CreateDate": "2026-04-14T09:13:21.0071582-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2026-04-14T09:13:21.0071582-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "MeasurementType": {
        "MeasurementTypeId": "ea24ff0c-4a6b-4f07-a81b-9505a26a0897",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "dd1291f0-593b-4260-b053-5b1ed7b86a2a",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "00db9e4d-c0de-4584-bd15-8487b238fad2",
          "CreateDate": "2026-04-14T09:13:21.0071582-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-04-14T09:13:21.0071582-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "1a7d5299-637d-49cf-99e2-519624259794",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "d369b5e1-24fa-4984-b4e5-2b5ccf213acd",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "0cb28050-a80c-4b03-90df-34676ead4fea",
          "CreateDate": "2026-04-14T09:13:21.0071582-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-04-14T09:13:21.0071582-07: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-04-14T09:13:21.0071582-07:00",
        "IsAccumulator": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "52ba7742-4963-4740-8b28-9694da01eec9",
        "CreateDate": "2026-04-14T09:13:21.0071582-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2026-04-14T09:13:21.0071582-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-14T09:13:21.0071582-07:00",
      "LastValueDate": "2026-04-14T09:13:21.0071582-07:00",
      "SourceSystemId": "sample string 2",
      "CompanyId": "0c01c5b6-4220-4c56-baec-d067dfdca1ad",
      "CreateDate": "2026-04-14T09:13:21.0071582-07:00",
      "CreateUser": "sample string 4",
      "LastModifiedDate": "2026-04-14T09:13:21.0071582-07:00",
      "LastModifiedUser": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}