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": "27c9c31f-f716-433c-9c8b-1014aad9464e",
      "Asset": {
        "AssetId": "2ad55b58-4ed2-421b-9692-093fb7d60e9f",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "5291c2b6-c6ca-462d-a277-a96a190cffe5",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "cd08ed46-21b9-49f8-a7b9-2ea31e7fa688",
          "CreateDate": "2026-03-24T15:03:37.0167633-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-03-24T15:03:37.0167633-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "572fb1ad-8b08-4c43-9159-c213fcc39d3d",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2026-03-24T15:03:37.0167633-07:00",
          "MeasurementValueNeededDate": "2026-03-24T15:03:37.0167633-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "a36a3178-818c-4bd0-baae-281bdf08b099",
          "CreateDate": "2026-03-24T15:03:37.0167633-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-03-24T15:03:37.0167633-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2026-03-24T15:03:37.0167633-07:00",
        "MeasurementValueNeededDate": "2026-03-24T15:03:37.0167633-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "34b6f105-d96d-4dc3-9a64-3d0db5e8397b",
        "CreateDate": "2026-03-24T15:03:37.0167633-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2026-03-24T15:03:37.0167633-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "PropertyType": {
        "PropertyTypeId": "1d66215d-9982-423e-9b1b-9866005ea8b5",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "5291c2b6-c6ca-462d-a277-a96a190cffe5",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "cd08ed46-21b9-49f8-a7b9-2ea31e7fa688",
          "CreateDate": "2026-03-24T15:03:37.0167633-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-03-24T15:03:37.0167633-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "c4413355-bfa6-4388-9cbe-0b8699f0de73",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "41d14eab-a91c-4988-8c7a-48a3c9e11e84",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "a791cf7c-6b7b-464b-8cbe-8f7adabc10df",
          "CreateDate": "2026-03-24T15:03:37.0167633-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-03-24T15:03:37.0167633-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": "36f36bb6-a92f-46e3-877b-1a55c5f4eb0d",
        "CreateDate": "2026-03-24T15:03:37.0167633-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2026-03-24T15:03:37.0167633-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "9b1a0cb1-6c49-45d9-b740-07ac5af6089d",
      "CreateDate": "2026-03-24T15:03:37.0167633-07:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2026-03-24T15:03:37.0167633-07:00",
      "LastModifiedUser": "sample string 7"
    },
    {
      "PropertyId": "27c9c31f-f716-433c-9c8b-1014aad9464e",
      "Asset": {
        "AssetId": "2ad55b58-4ed2-421b-9692-093fb7d60e9f",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "5291c2b6-c6ca-462d-a277-a96a190cffe5",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "cd08ed46-21b9-49f8-a7b9-2ea31e7fa688",
          "CreateDate": "2026-03-24T15:03:37.0167633-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-03-24T15:03:37.0167633-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "572fb1ad-8b08-4c43-9159-c213fcc39d3d",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2026-03-24T15:03:37.0167633-07:00",
          "MeasurementValueNeededDate": "2026-03-24T15:03:37.0167633-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "a36a3178-818c-4bd0-baae-281bdf08b099",
          "CreateDate": "2026-03-24T15:03:37.0167633-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-03-24T15:03:37.0167633-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2026-03-24T15:03:37.0167633-07:00",
        "MeasurementValueNeededDate": "2026-03-24T15:03:37.0167633-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "34b6f105-d96d-4dc3-9a64-3d0db5e8397b",
        "CreateDate": "2026-03-24T15:03:37.0167633-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2026-03-24T15:03:37.0167633-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "PropertyType": {
        "PropertyTypeId": "1d66215d-9982-423e-9b1b-9866005ea8b5",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "5291c2b6-c6ca-462d-a277-a96a190cffe5",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "cd08ed46-21b9-49f8-a7b9-2ea31e7fa688",
          "CreateDate": "2026-03-24T15:03:37.0167633-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-03-24T15:03:37.0167633-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "c4413355-bfa6-4388-9cbe-0b8699f0de73",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "41d14eab-a91c-4988-8c7a-48a3c9e11e84",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "a791cf7c-6b7b-464b-8cbe-8f7adabc10df",
          "CreateDate": "2026-03-24T15:03:37.0167633-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-03-24T15:03:37.0167633-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": "36f36bb6-a92f-46e3-877b-1a55c5f4eb0d",
        "CreateDate": "2026-03-24T15:03:37.0167633-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2026-03-24T15:03:37.0167633-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "9b1a0cb1-6c49-45d9-b740-07ac5af6089d",
      "CreateDate": "2026-03-24T15:03:37.0167633-07:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2026-03-24T15:03:37.0167633-07:00",
      "LastModifiedUser": "sample string 7"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}