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": "fc9c4f23-768e-4ae1-be1e-14ea17aa283b",
      "Asset": {
        "AssetId": "a29dc421-9a06-4a18-ad58-a9612babe3b8",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "de96c7f8-e725-4902-9df1-ebde46063905",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "e381986b-710d-49db-b06c-edc6b3719af7",
          "CreateDate": "2025-08-23T22:46:36.8573795-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-08-23T22:46:36.8573795-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "1c41c353-7db1-4d83-bc97-d13484dbaf0e",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-08-23T22:46:36.8573795-07:00",
          "MeasurementValueNeededDate": "2025-08-23T22:46:36.8573795-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "00da4d1a-5242-47ce-a353-e380904e65d0",
          "CreateDate": "2025-08-23T22:46:36.8573795-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-08-23T22:46:36.8573795-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-08-23T22:46:36.8573795-07:00",
        "MeasurementValueNeededDate": "2025-08-23T22:46:36.8573795-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "d19f993e-4cff-4896-bf9c-43c8936bdb43",
        "CreateDate": "2025-08-23T22:46:36.8573795-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-08-23T22:46:36.8573795-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "MeasurementType": {
        "MeasurementTypeId": "951ee7aa-37e8-4852-932c-e8220841d966",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "de96c7f8-e725-4902-9df1-ebde46063905",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "e381986b-710d-49db-b06c-edc6b3719af7",
          "CreateDate": "2025-08-23T22:46:36.8573795-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-08-23T22:46:36.8573795-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "ef24d88d-cd3f-49ee-9267-018c7f7e7b1f",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "919f3419-5280-4e42-a375-b2474ece483f",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "15cd1dc9-c66b-4d29-987f-fd34af7c668e",
          "CreateDate": "2025-08-23T22:46:36.8573795-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-08-23T22:46:36.8573795-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "MinValue": 1.0,
        "MaxValue": 1.0,
        "MinLength": 1,
        "MaxLength": 1,
        "HasValidValues": true,
        "ValidValues": [
          {
            "ValidValueId": "31d605e9-d183-4a39-b37a-e652f2403e74",
            "FieldId": "f0414ff5-f585-461d-800e-048d3cd396c8",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          },
          {
            "ValidValueId": "31d605e9-d183-4a39-b37a-e652f2403e74",
            "FieldId": "f0414ff5-f585-461d-800e-048d3cd396c8",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          }
        ],
        "FrequencyNeeded": 1,
        "ValueNeededDate": "2025-08-23T22:46:36.8573795-07:00",
        "IsAccumulator": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "cd2aa049-3313-4609-95ff-008c141e0e81",
        "CreateDate": "2025-08-23T22:46:36.8573795-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-08-23T22:46:36.8573795-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "Label": "sample string 1",
      "MinValue": 1.0,
      "MaxValue": 1.0,
      "MinLength": 1,
      "MaxLength": 1,
      "FrequencyNeeded": 1,
      "ValueNeededDate": "2025-08-23T22:46:36.8573795-07:00",
      "LastValueDate": "2025-08-23T22:46:36.8573795-07:00",
      "SourceSystemId": "sample string 2",
      "CompanyId": "803dfb95-8a32-4e11-80de-d0aec8d1b8b8",
      "CreateDate": "2025-08-23T22:46:36.8573795-07:00",
      "CreateUser": "sample string 4",
      "LastModifiedDate": "2025-08-23T22:46:36.8573795-07:00",
      "LastModifiedUser": "sample string 5"
    },
    {
      "AssetMeasurementTypeId": "fc9c4f23-768e-4ae1-be1e-14ea17aa283b",
      "Asset": {
        "AssetId": "a29dc421-9a06-4a18-ad58-a9612babe3b8",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "de96c7f8-e725-4902-9df1-ebde46063905",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "e381986b-710d-49db-b06c-edc6b3719af7",
          "CreateDate": "2025-08-23T22:46:36.8573795-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-08-23T22:46:36.8573795-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "1c41c353-7db1-4d83-bc97-d13484dbaf0e",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-08-23T22:46:36.8573795-07:00",
          "MeasurementValueNeededDate": "2025-08-23T22:46:36.8573795-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "00da4d1a-5242-47ce-a353-e380904e65d0",
          "CreateDate": "2025-08-23T22:46:36.8573795-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-08-23T22:46:36.8573795-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-08-23T22:46:36.8573795-07:00",
        "MeasurementValueNeededDate": "2025-08-23T22:46:36.8573795-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "d19f993e-4cff-4896-bf9c-43c8936bdb43",
        "CreateDate": "2025-08-23T22:46:36.8573795-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-08-23T22:46:36.8573795-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "MeasurementType": {
        "MeasurementTypeId": "951ee7aa-37e8-4852-932c-e8220841d966",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "de96c7f8-e725-4902-9df1-ebde46063905",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "e381986b-710d-49db-b06c-edc6b3719af7",
          "CreateDate": "2025-08-23T22:46:36.8573795-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-08-23T22:46:36.8573795-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "ef24d88d-cd3f-49ee-9267-018c7f7e7b1f",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "919f3419-5280-4e42-a375-b2474ece483f",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "15cd1dc9-c66b-4d29-987f-fd34af7c668e",
          "CreateDate": "2025-08-23T22:46:36.8573795-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-08-23T22:46:36.8573795-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "MinValue": 1.0,
        "MaxValue": 1.0,
        "MinLength": 1,
        "MaxLength": 1,
        "HasValidValues": true,
        "ValidValues": [
          {
            "ValidValueId": "31d605e9-d183-4a39-b37a-e652f2403e74",
            "FieldId": "f0414ff5-f585-461d-800e-048d3cd396c8",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          },
          {
            "ValidValueId": "31d605e9-d183-4a39-b37a-e652f2403e74",
            "FieldId": "f0414ff5-f585-461d-800e-048d3cd396c8",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          }
        ],
        "FrequencyNeeded": 1,
        "ValueNeededDate": "2025-08-23T22:46:36.8573795-07:00",
        "IsAccumulator": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "cd2aa049-3313-4609-95ff-008c141e0e81",
        "CreateDate": "2025-08-23T22:46:36.8573795-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-08-23T22:46:36.8573795-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "Label": "sample string 1",
      "MinValue": 1.0,
      "MaxValue": 1.0,
      "MinLength": 1,
      "MaxLength": 1,
      "FrequencyNeeded": 1,
      "ValueNeededDate": "2025-08-23T22:46:36.8573795-07:00",
      "LastValueDate": "2025-08-23T22:46:36.8573795-07:00",
      "SourceSystemId": "sample string 2",
      "CompanyId": "803dfb95-8a32-4e11-80de-d0aec8d1b8b8",
      "CreateDate": "2025-08-23T22:46:36.8573795-07:00",
      "CreateUser": "sample string 4",
      "LastModifiedDate": "2025-08-23T22:46:36.8573795-07:00",
      "LastModifiedUser": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}