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": "55ba82fc-c7aa-4e07-aab0-0ef80c29344c",
      "Asset": {
        "AssetId": "e6e14b3c-5c98-43d1-b81a-b70a78aad2ff",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "0ac2a770-f3ce-4b87-a556-5876d77e1b24",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "c0f86339-1735-4f74-ada4-992c121d5f3b",
          "CreateDate": "2025-11-05T01:58:24.1166781-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-11-05T01:58:24.1166781-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "bb94512e-c50b-4dd9-823b-b2bf207ca062",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-11-05T01:58:24.1166781-08:00",
          "MeasurementValueNeededDate": "2025-11-05T01:58:24.1166781-08:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "0d5d9a73-01d5-455e-8f59-fa37c100aaa8",
          "CreateDate": "2025-11-05T01:58:24.1166781-08:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-11-05T01:58:24.1166781-08:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-11-05T01:58:24.1166781-08:00",
        "MeasurementValueNeededDate": "2025-11-05T01:58:24.1166781-08:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "366feb22-539b-496d-b229-da795be05b49",
        "CreateDate": "2025-11-05T01:58:24.1166781-08:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-11-05T01:58:24.1166781-08:00",
        "LastModifiedUser": "sample string 8"
      },
      "MeasurementType": {
        "MeasurementTypeId": "b21643c3-bdb1-4bc2-a3c7-2e8d5b274ac1",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "0ac2a770-f3ce-4b87-a556-5876d77e1b24",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "c0f86339-1735-4f74-ada4-992c121d5f3b",
          "CreateDate": "2025-11-05T01:58:24.1166781-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-11-05T01:58:24.1166781-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "5d34c6dd-8d8b-4953-9969-fdef5e79e62a",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "dc947466-26a9-43ff-ba8b-36603c710ccc",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "6cf80803-1b7f-491f-b1f0-feafdc5f50b5",
          "CreateDate": "2025-11-05T01:58:24.1166781-08:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-11-05T01:58:24.1166781-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": "2025-11-05T01:58:24.1166781-08:00",
        "IsAccumulator": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "fd112be3-1979-4eb3-8773-09dceaf46079",
        "CreateDate": "2025-11-05T01:58:24.1166781-08:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-11-05T01:58:24.1166781-08:00",
        "LastModifiedUser": "sample string 8"
      },
      "Label": "sample string 1",
      "MinValue": 1.0,
      "MaxValue": 1.0,
      "MinLength": 1,
      "MaxLength": 1,
      "FrequencyNeeded": 1,
      "ValueNeededDate": "2025-11-05T01:58:24.1166781-08:00",
      "LastValueDate": "2025-11-05T01:58:24.1166781-08:00",
      "SourceSystemId": "sample string 2",
      "CompanyId": "7befa286-ace3-4374-b9f8-17c050864bf0",
      "CreateDate": "2025-11-05T01:58:24.1166781-08:00",
      "CreateUser": "sample string 4",
      "LastModifiedDate": "2025-11-05T01:58:24.1166781-08:00",
      "LastModifiedUser": "sample string 5"
    },
    {
      "AssetMeasurementTypeId": "55ba82fc-c7aa-4e07-aab0-0ef80c29344c",
      "Asset": {
        "AssetId": "e6e14b3c-5c98-43d1-b81a-b70a78aad2ff",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "0ac2a770-f3ce-4b87-a556-5876d77e1b24",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "c0f86339-1735-4f74-ada4-992c121d5f3b",
          "CreateDate": "2025-11-05T01:58:24.1166781-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-11-05T01:58:24.1166781-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "bb94512e-c50b-4dd9-823b-b2bf207ca062",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-11-05T01:58:24.1166781-08:00",
          "MeasurementValueNeededDate": "2025-11-05T01:58:24.1166781-08:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "0d5d9a73-01d5-455e-8f59-fa37c100aaa8",
          "CreateDate": "2025-11-05T01:58:24.1166781-08:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-11-05T01:58:24.1166781-08:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-11-05T01:58:24.1166781-08:00",
        "MeasurementValueNeededDate": "2025-11-05T01:58:24.1166781-08:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "366feb22-539b-496d-b229-da795be05b49",
        "CreateDate": "2025-11-05T01:58:24.1166781-08:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-11-05T01:58:24.1166781-08:00",
        "LastModifiedUser": "sample string 8"
      },
      "MeasurementType": {
        "MeasurementTypeId": "b21643c3-bdb1-4bc2-a3c7-2e8d5b274ac1",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "0ac2a770-f3ce-4b87-a556-5876d77e1b24",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "c0f86339-1735-4f74-ada4-992c121d5f3b",
          "CreateDate": "2025-11-05T01:58:24.1166781-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-11-05T01:58:24.1166781-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "5d34c6dd-8d8b-4953-9969-fdef5e79e62a",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "dc947466-26a9-43ff-ba8b-36603c710ccc",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "6cf80803-1b7f-491f-b1f0-feafdc5f50b5",
          "CreateDate": "2025-11-05T01:58:24.1166781-08:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-11-05T01:58:24.1166781-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": "2025-11-05T01:58:24.1166781-08:00",
        "IsAccumulator": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "fd112be3-1979-4eb3-8773-09dceaf46079",
        "CreateDate": "2025-11-05T01:58:24.1166781-08:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-11-05T01:58:24.1166781-08:00",
        "LastModifiedUser": "sample string 8"
      },
      "Label": "sample string 1",
      "MinValue": 1.0,
      "MaxValue": 1.0,
      "MinLength": 1,
      "MaxLength": 1,
      "FrequencyNeeded": 1,
      "ValueNeededDate": "2025-11-05T01:58:24.1166781-08:00",
      "LastValueDate": "2025-11-05T01:58:24.1166781-08:00",
      "SourceSystemId": "sample string 2",
      "CompanyId": "7befa286-ace3-4374-b9f8-17c050864bf0",
      "CreateDate": "2025-11-05T01:58:24.1166781-08:00",
      "CreateUser": "sample string 4",
      "LastModifiedDate": "2025-11-05T01:58:24.1166781-08:00",
      "LastModifiedUser": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}