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": "20ba6c89-8e48-42e3-aeb4-a6b21c89b37b",
      "Asset": {
        "AssetId": "d768b744-00b6-4f26-bba8-2035d584793d",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "bc738cb2-1a3c-4f87-b75e-6b7b88507895",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "d37f7405-f253-4aea-9a7d-2cc71a9cade3",
          "CreateDate": "2026-07-12T16:08:04.6024134-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-07-12T16:08:04.6024134-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "958cde85-92fb-4fb8-b0ae-2e1ae63eb952",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2026-07-12T16:08:04.6024134-07:00",
          "MeasurementValueNeededDate": "2026-07-12T16:08:04.6024134-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "572dda8c-b744-4b3d-97d6-451290baf0c6",
          "CreateDate": "2026-07-12T16:08:04.6024134-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-07-12T16:08:04.6024134-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2026-07-12T16:08:04.6024134-07:00",
        "MeasurementValueNeededDate": "2026-07-12T16:08:04.6024134-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "06a0a18b-cc08-4e74-8cf1-50d6b66d7452",
        "CreateDate": "2026-07-12T16:08:04.6024134-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2026-07-12T16:08:04.6024134-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "PropertyType": {
        "PropertyTypeId": "e59dcfe7-8d67-4657-975b-a3f3f47171d6",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "bc738cb2-1a3c-4f87-b75e-6b7b88507895",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "d37f7405-f253-4aea-9a7d-2cc71a9cade3",
          "CreateDate": "2026-07-12T16:08:04.6024134-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-07-12T16:08:04.6024134-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "9c861a2c-6471-4b45-bdf1-a7548dae0d3a",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "37945560-fa61-4f55-bffa-1331f8a3fb2f",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "1dfcb48c-aba6-4dd9-abab-f40681534765",
          "CreateDate": "2026-07-12T16:08:04.6024134-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-07-12T16:08:04.6024134-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": "1b7d3ba7-ad9f-406c-b2e7-6fac27f0de4e",
        "CreateDate": "2026-07-12T16:08:04.6024134-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2026-07-12T16:08:04.6024134-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "16156de8-218e-4f21-ac6c-67fb94e9fda7",
      "CreateDate": "2026-07-12T16:08:04.6024134-07:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2026-07-12T16:08:04.6024134-07:00",
      "LastModifiedUser": "sample string 7"
    },
    {
      "PropertyId": "20ba6c89-8e48-42e3-aeb4-a6b21c89b37b",
      "Asset": {
        "AssetId": "d768b744-00b6-4f26-bba8-2035d584793d",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "bc738cb2-1a3c-4f87-b75e-6b7b88507895",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "d37f7405-f253-4aea-9a7d-2cc71a9cade3",
          "CreateDate": "2026-07-12T16:08:04.6024134-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-07-12T16:08:04.6024134-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "958cde85-92fb-4fb8-b0ae-2e1ae63eb952",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2026-07-12T16:08:04.6024134-07:00",
          "MeasurementValueNeededDate": "2026-07-12T16:08:04.6024134-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "572dda8c-b744-4b3d-97d6-451290baf0c6",
          "CreateDate": "2026-07-12T16:08:04.6024134-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-07-12T16:08:04.6024134-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2026-07-12T16:08:04.6024134-07:00",
        "MeasurementValueNeededDate": "2026-07-12T16:08:04.6024134-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "06a0a18b-cc08-4e74-8cf1-50d6b66d7452",
        "CreateDate": "2026-07-12T16:08:04.6024134-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2026-07-12T16:08:04.6024134-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "PropertyType": {
        "PropertyTypeId": "e59dcfe7-8d67-4657-975b-a3f3f47171d6",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "bc738cb2-1a3c-4f87-b75e-6b7b88507895",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "d37f7405-f253-4aea-9a7d-2cc71a9cade3",
          "CreateDate": "2026-07-12T16:08:04.6024134-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-07-12T16:08:04.6024134-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "9c861a2c-6471-4b45-bdf1-a7548dae0d3a",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "37945560-fa61-4f55-bffa-1331f8a3fb2f",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "1dfcb48c-aba6-4dd9-abab-f40681534765",
          "CreateDate": "2026-07-12T16:08:04.6024134-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-07-12T16:08:04.6024134-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": "1b7d3ba7-ad9f-406c-b2e7-6fac27f0de4e",
        "CreateDate": "2026-07-12T16:08:04.6024134-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2026-07-12T16:08:04.6024134-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "16156de8-218e-4f21-ac6c-67fb94e9fda7",
      "CreateDate": "2026-07-12T16:08:04.6024134-07:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2026-07-12T16:08:04.6024134-07:00",
      "LastModifiedUser": "sample string 7"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}