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": "36a2a621-a56b-4c0d-a95a-817861a34ce2",
      "Asset": {
        "AssetId": "4db7380e-b837-4dbe-8b5c-103c5647f60b",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "24b9faaf-64d2-4659-a90e-4b3e4f600517",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "385f3ebc-0e8f-40db-8547-9166ce8505ad",
          "CreateDate": "2025-10-31T00:39:23.3997469-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-10-31T00:39:23.3997469-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "823fbb1e-f027-4ba7-a3fe-8f145bd30e26",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-10-31T00:39:23.3997469-07:00",
          "MeasurementValueNeededDate": "2025-10-31T00:39:23.3997469-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "797bbbd1-4ee3-4c37-b3e1-0df822110e66",
          "CreateDate": "2025-10-31T00:39:23.3997469-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-10-31T00:39:23.3997469-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-10-31T00:39:23.3997469-07:00",
        "MeasurementValueNeededDate": "2025-10-31T00:39:23.3997469-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "f9c621b0-e114-4ae9-aec6-baa47afe18ff",
        "CreateDate": "2025-10-31T00:39:23.3997469-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-10-31T00:39:23.3997469-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "MeasurementType": {
        "MeasurementTypeId": "735ebe5a-4184-4352-9988-79a693bbd552",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "24b9faaf-64d2-4659-a90e-4b3e4f600517",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "385f3ebc-0e8f-40db-8547-9166ce8505ad",
          "CreateDate": "2025-10-31T00:39:23.3997469-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-10-31T00:39:23.3997469-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "78f4cdb3-51d8-4158-877c-be504ed3c4aa",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "a17eada6-61d6-46e6-9721-d2726f5ef5a0",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "1a98ced8-d92f-4138-8dc9-e03184317e4b",
          "CreateDate": "2025-10-31T00:39:23.3997469-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-10-31T00:39:23.3997469-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "MinValue": 1.0,
        "MaxValue": 1.0,
        "MinLength": 1,
        "MaxLength": 1,
        "HasValidValues": true,
        "ValidValues": [
          {
            "ValidValueId": "9e479ebc-c333-48fc-b142-232dcb06915e",
            "FieldId": "78717c05-b793-448e-b3d4-dc99d4c34618",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          },
          {
            "ValidValueId": "9e479ebc-c333-48fc-b142-232dcb06915e",
            "FieldId": "78717c05-b793-448e-b3d4-dc99d4c34618",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          }
        ],
        "FrequencyNeeded": 1,
        "ValueNeededDate": "2025-10-31T00:39:23.3997469-07:00",
        "IsAccumulator": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "6b9d35b6-8739-448d-a175-1d847bfb1ef7",
        "CreateDate": "2025-10-31T00:39:23.3997469-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-10-31T00:39:23.3997469-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "Label": "sample string 1",
      "MinValue": 1.0,
      "MaxValue": 1.0,
      "MinLength": 1,
      "MaxLength": 1,
      "FrequencyNeeded": 1,
      "ValueNeededDate": "2025-10-31T00:39:23.3997469-07:00",
      "LastValueDate": "2025-10-31T00:39:23.3997469-07:00",
      "SourceSystemId": "sample string 2",
      "CompanyId": "e44df187-10b8-4746-a5f2-e9510bc17604",
      "CreateDate": "2025-10-31T00:39:23.3997469-07:00",
      "CreateUser": "sample string 4",
      "LastModifiedDate": "2025-10-31T00:39:23.3997469-07:00",
      "LastModifiedUser": "sample string 5"
    },
    {
      "AssetMeasurementTypeId": "36a2a621-a56b-4c0d-a95a-817861a34ce2",
      "Asset": {
        "AssetId": "4db7380e-b837-4dbe-8b5c-103c5647f60b",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "24b9faaf-64d2-4659-a90e-4b3e4f600517",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "385f3ebc-0e8f-40db-8547-9166ce8505ad",
          "CreateDate": "2025-10-31T00:39:23.3997469-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-10-31T00:39:23.3997469-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "823fbb1e-f027-4ba7-a3fe-8f145bd30e26",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-10-31T00:39:23.3997469-07:00",
          "MeasurementValueNeededDate": "2025-10-31T00:39:23.3997469-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "797bbbd1-4ee3-4c37-b3e1-0df822110e66",
          "CreateDate": "2025-10-31T00:39:23.3997469-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-10-31T00:39:23.3997469-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-10-31T00:39:23.3997469-07:00",
        "MeasurementValueNeededDate": "2025-10-31T00:39:23.3997469-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "f9c621b0-e114-4ae9-aec6-baa47afe18ff",
        "CreateDate": "2025-10-31T00:39:23.3997469-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-10-31T00:39:23.3997469-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "MeasurementType": {
        "MeasurementTypeId": "735ebe5a-4184-4352-9988-79a693bbd552",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "24b9faaf-64d2-4659-a90e-4b3e4f600517",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "385f3ebc-0e8f-40db-8547-9166ce8505ad",
          "CreateDate": "2025-10-31T00:39:23.3997469-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-10-31T00:39:23.3997469-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "78f4cdb3-51d8-4158-877c-be504ed3c4aa",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "a17eada6-61d6-46e6-9721-d2726f5ef5a0",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "1a98ced8-d92f-4138-8dc9-e03184317e4b",
          "CreateDate": "2025-10-31T00:39:23.3997469-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-10-31T00:39:23.3997469-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "MinValue": 1.0,
        "MaxValue": 1.0,
        "MinLength": 1,
        "MaxLength": 1,
        "HasValidValues": true,
        "ValidValues": [
          {
            "ValidValueId": "9e479ebc-c333-48fc-b142-232dcb06915e",
            "FieldId": "78717c05-b793-448e-b3d4-dc99d4c34618",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          },
          {
            "ValidValueId": "9e479ebc-c333-48fc-b142-232dcb06915e",
            "FieldId": "78717c05-b793-448e-b3d4-dc99d4c34618",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          }
        ],
        "FrequencyNeeded": 1,
        "ValueNeededDate": "2025-10-31T00:39:23.3997469-07:00",
        "IsAccumulator": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "6b9d35b6-8739-448d-a175-1d847bfb1ef7",
        "CreateDate": "2025-10-31T00:39:23.3997469-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-10-31T00:39:23.3997469-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "Label": "sample string 1",
      "MinValue": 1.0,
      "MaxValue": 1.0,
      "MinLength": 1,
      "MaxLength": 1,
      "FrequencyNeeded": 1,
      "ValueNeededDate": "2025-10-31T00:39:23.3997469-07:00",
      "LastValueDate": "2025-10-31T00:39:23.3997469-07:00",
      "SourceSystemId": "sample string 2",
      "CompanyId": "e44df187-10b8-4746-a5f2-e9510bc17604",
      "CreateDate": "2025-10-31T00:39:23.3997469-07:00",
      "CreateUser": "sample string 4",
      "LastModifiedDate": "2025-10-31T00:39:23.3997469-07:00",
      "LastModifiedUser": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}