GET Properties/GetAllForAsset?assetId={assetId}

Retrieves all properties for the given asset. This includes properties 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 properties for an asset.

NameDescriptionTypeAdditional information
Data

Collection of Property

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "PropertyId": "611b206f-cd33-4fb7-9d6d-85c60c5ff959",
      "Asset": {
        "AssetId": "a58cf5ce-6035-4edf-b786-a4da8f0104c1",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "4ed20159-c3a4-422b-b21c-b9d7b5945488",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "35ac3400-1b9a-4f4a-8aef-60cfb523acdc",
          "CreateDate": "2026-05-03T12:08:57.0406216-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-05-03T12:08:57.0406216-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "279845d9-1844-4cd6-8f38-6e7bb14ce801",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2026-05-03T12:08:57.0406216-07:00",
          "MeasurementValueNeededDate": "2026-05-03T12:08:57.0406216-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "2b5d62de-c4e6-4c49-8afd-be8d78bdb151",
          "CreateDate": "2026-05-03T12:08:57.0406216-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-05-03T12:08:57.0406216-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2026-05-03T12:08:57.0406216-07:00",
        "MeasurementValueNeededDate": "2026-05-03T12:08:57.0406216-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "a6e3f1a4-efd8-405b-a527-af5f29cc97b9",
        "CreateDate": "2026-05-03T12:08:57.0406216-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2026-05-03T12:08:57.0406216-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "PropertyType": {
        "PropertyTypeId": "ca9ecb78-4b6b-4df7-b709-381f6efb0edd",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "4ed20159-c3a4-422b-b21c-b9d7b5945488",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "35ac3400-1b9a-4f4a-8aef-60cfb523acdc",
          "CreateDate": "2026-05-03T12:08:57.0406216-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-05-03T12:08:57.0406216-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "1fef5651-3e46-4e1d-a2ca-f4b47a0a997f",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "4a809439-1ca9-43dd-ba4a-602141a66de4",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "f204b87c-6417-491c-b5d7-fdfbcca3840d",
          "CreateDate": "2026-05-03T12:08:57.0406216-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-05-03T12:08:57.0406216-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"
        ],
        "SourceSystemId": "sample string 4",
        "CompanyId": "ebaafbe9-6219-48e3-b047-fd27dc97aa9d",
        "CreateDate": "2026-05-03T12:08:57.0406216-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2026-05-03T12:08:57.0406216-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "47f56612-5630-4b03-90cb-3263310142d5",
      "CreateDate": "2026-05-03T12:08:57.0406216-07:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2026-05-03T12:08:57.0406216-07:00",
      "LastModifiedUser": "sample string 7"
    },
    {
      "PropertyId": "611b206f-cd33-4fb7-9d6d-85c60c5ff959",
      "Asset": {
        "AssetId": "a58cf5ce-6035-4edf-b786-a4da8f0104c1",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "4ed20159-c3a4-422b-b21c-b9d7b5945488",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "35ac3400-1b9a-4f4a-8aef-60cfb523acdc",
          "CreateDate": "2026-05-03T12:08:57.0406216-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-05-03T12:08:57.0406216-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "279845d9-1844-4cd6-8f38-6e7bb14ce801",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2026-05-03T12:08:57.0406216-07:00",
          "MeasurementValueNeededDate": "2026-05-03T12:08:57.0406216-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "2b5d62de-c4e6-4c49-8afd-be8d78bdb151",
          "CreateDate": "2026-05-03T12:08:57.0406216-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-05-03T12:08:57.0406216-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2026-05-03T12:08:57.0406216-07:00",
        "MeasurementValueNeededDate": "2026-05-03T12:08:57.0406216-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "a6e3f1a4-efd8-405b-a527-af5f29cc97b9",
        "CreateDate": "2026-05-03T12:08:57.0406216-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2026-05-03T12:08:57.0406216-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "PropertyType": {
        "PropertyTypeId": "ca9ecb78-4b6b-4df7-b709-381f6efb0edd",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "4ed20159-c3a4-422b-b21c-b9d7b5945488",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "35ac3400-1b9a-4f4a-8aef-60cfb523acdc",
          "CreateDate": "2026-05-03T12:08:57.0406216-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-05-03T12:08:57.0406216-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "1fef5651-3e46-4e1d-a2ca-f4b47a0a997f",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "4a809439-1ca9-43dd-ba4a-602141a66de4",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "f204b87c-6417-491c-b5d7-fdfbcca3840d",
          "CreateDate": "2026-05-03T12:08:57.0406216-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-05-03T12:08:57.0406216-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"
        ],
        "SourceSystemId": "sample string 4",
        "CompanyId": "ebaafbe9-6219-48e3-b047-fd27dc97aa9d",
        "CreateDate": "2026-05-03T12:08:57.0406216-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2026-05-03T12:08:57.0406216-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "47f56612-5630-4b03-90cb-3263310142d5",
      "CreateDate": "2026-05-03T12:08:57.0406216-07:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2026-05-03T12:08:57.0406216-07:00",
      "LastModifiedUser": "sample string 7"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}