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": "00c467e7-0a06-4a5d-9379-ef800e6e1a82",
      "Asset": {
        "AssetId": "e6dfd9be-01a8-4a9f-9eeb-29de96ba6769",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "57f16bb5-c475-4302-a67c-4ad0891b75a2",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "b240d6fa-dbe4-45be-8b6a-72e32d59aa4b",
          "CreateDate": "2025-12-18T12:41:35.8868258-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-12-18T12:41:35.8868258-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "4eed0c22-2e30-4bf3-a40d-11a36c5988af",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-12-18T12:41:35.8868258-08:00",
          "MeasurementValueNeededDate": "2025-12-18T12:41:35.8868258-08:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "b3622068-fcff-4ca5-9559-ea11798dc091",
          "CreateDate": "2025-12-18T12:41:35.8868258-08:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-12-18T12:41:35.8868258-08:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-12-18T12:41:35.8868258-08:00",
        "MeasurementValueNeededDate": "2025-12-18T12:41:35.8868258-08:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "5cbf58a3-aca1-4af2-ac40-86f5ab468cbd",
        "CreateDate": "2025-12-18T12:41:35.8868258-08:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-12-18T12:41:35.8868258-08:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "PropertyType": {
        "PropertyTypeId": "f7665612-da2c-47d1-af08-3f89b791c5e2",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "57f16bb5-c475-4302-a67c-4ad0891b75a2",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "b240d6fa-dbe4-45be-8b6a-72e32d59aa4b",
          "CreateDate": "2025-12-18T12:41:35.8868258-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-12-18T12:41:35.8868258-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "bd0bce30-e992-4700-b635-8f25e2e907d8",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "bdfe4243-f0f2-4d9a-aab4-4603c665f0d9",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "3ab5870e-a329-4abb-a5fa-47609a0a656b",
          "CreateDate": "2025-12-18T12:41:35.8868258-08:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-12-18T12:41:35.8868258-08: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": "d541d005-598e-42cd-b1f6-362248dbfadd",
        "CreateDate": "2025-12-18T12:41:35.8868258-08:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2025-12-18T12:41:35.8868258-08:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "1b1620a6-716c-46ce-958c-6eb8e7ec260f",
      "CreateDate": "2025-12-18T12:41:35.8868258-08:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2025-12-18T12:41:35.8868258-08:00",
      "LastModifiedUser": "sample string 7"
    },
    {
      "PropertyId": "00c467e7-0a06-4a5d-9379-ef800e6e1a82",
      "Asset": {
        "AssetId": "e6dfd9be-01a8-4a9f-9eeb-29de96ba6769",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "57f16bb5-c475-4302-a67c-4ad0891b75a2",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "b240d6fa-dbe4-45be-8b6a-72e32d59aa4b",
          "CreateDate": "2025-12-18T12:41:35.8868258-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-12-18T12:41:35.8868258-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "4eed0c22-2e30-4bf3-a40d-11a36c5988af",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-12-18T12:41:35.8868258-08:00",
          "MeasurementValueNeededDate": "2025-12-18T12:41:35.8868258-08:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "b3622068-fcff-4ca5-9559-ea11798dc091",
          "CreateDate": "2025-12-18T12:41:35.8868258-08:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-12-18T12:41:35.8868258-08:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-12-18T12:41:35.8868258-08:00",
        "MeasurementValueNeededDate": "2025-12-18T12:41:35.8868258-08:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "5cbf58a3-aca1-4af2-ac40-86f5ab468cbd",
        "CreateDate": "2025-12-18T12:41:35.8868258-08:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-12-18T12:41:35.8868258-08:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "PropertyType": {
        "PropertyTypeId": "f7665612-da2c-47d1-af08-3f89b791c5e2",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "57f16bb5-c475-4302-a67c-4ad0891b75a2",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "b240d6fa-dbe4-45be-8b6a-72e32d59aa4b",
          "CreateDate": "2025-12-18T12:41:35.8868258-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-12-18T12:41:35.8868258-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "bd0bce30-e992-4700-b635-8f25e2e907d8",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "bdfe4243-f0f2-4d9a-aab4-4603c665f0d9",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "3ab5870e-a329-4abb-a5fa-47609a0a656b",
          "CreateDate": "2025-12-18T12:41:35.8868258-08:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-12-18T12:41:35.8868258-08: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": "d541d005-598e-42cd-b1f6-362248dbfadd",
        "CreateDate": "2025-12-18T12:41:35.8868258-08:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2025-12-18T12:41:35.8868258-08:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "1b1620a6-716c-46ce-958c-6eb8e7ec260f",
      "CreateDate": "2025-12-18T12:41:35.8868258-08:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2025-12-18T12:41:35.8868258-08:00",
      "LastModifiedUser": "sample string 7"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}