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": "70227f42-b3b5-4ba9-b07f-87998667d5f5",
      "Asset": {
        "AssetId": "7dc6d697-22c2-4048-89f9-efcb81e6e602",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "7a7a5d85-c403-40a0-90e4-61c4e5bcc3f2",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "1d036011-5fdd-479b-899d-83bd9ae019d5",
          "CreateDate": "2026-03-13T14:02:17.3726735-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-03-13T14:02:17.3726735-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "8b1d0ed7-0bbf-41e0-bc23-438d7d31db6c",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2026-03-13T14:02:17.3726735-07:00",
          "MeasurementValueNeededDate": "2026-03-13T14:02:17.3726735-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "d9dfe020-b39f-42c9-8c39-33a0c9f4e848",
          "CreateDate": "2026-03-13T14:02:17.3726735-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-03-13T14:02:17.3726735-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2026-03-13T14:02:17.3726735-07:00",
        "MeasurementValueNeededDate": "2026-03-13T14:02:17.3726735-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "a39ab830-80cf-47e8-88b2-51d5ff87f595",
        "CreateDate": "2026-03-13T14:02:17.3726735-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2026-03-13T14:02:17.3726735-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "DisplayText": "sample string 2",
      "PropertyType": {
        "PropertyTypeId": "231835a1-5620-4b81-b59b-26d2c27709e5",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "7a7a5d85-c403-40a0-90e4-61c4e5bcc3f2",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "1d036011-5fdd-479b-899d-83bd9ae019d5",
          "CreateDate": "2026-03-13T14:02:17.3726735-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-03-13T14:02:17.3726735-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "b6089b41-80a6-4143-81cc-a7928641667b",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "851eecc5-a118-4680-b32e-f36e2fb9bc16",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "b29bf98e-1768-469a-83ce-0b67946ef049",
          "CreateDate": "2026-03-13T14:02:17.3726735-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-03-13T14:02:17.3726735-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "MinValue": 1.0,
        "MaxValue": 1.0,
        "MinLength": 1,
        "MaxLength": 1,
        "HasValidValues": true,
        "ValidValues": [
          {
            "ValidValueId": "a0f2c7f2-baa3-4c32-917a-1a7ab45aa911",
            "FieldId": "0a5b175e-cfc9-400a-862b-91372e9754a3",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          },
          {
            "ValidValueId": "a0f2c7f2-baa3-4c32-917a-1a7ab45aa911",
            "FieldId": "0a5b175e-cfc9-400a-862b-91372e9754a3",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          }
        ],
        "SourceSystemId": "sample string 4",
        "CompanyId": "44d15a64-7203-443d-82fa-cfd74e5c613d",
        "CreateDate": "2026-03-13T14:02:17.3726735-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2026-03-13T14:02:17.3726735-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 4",
      "SourceSystemId": "sample string 5",
      "CompanyId": "fa8e3d59-109d-445f-9a6d-adf5514c9014",
      "CreateDate": "2026-03-13T14:02:17.3726735-07:00",
      "CreateUser": "sample string 7",
      "LastModifiedDate": "2026-03-13T14:02:17.3726735-07:00",
      "LastModifiedUser": "sample string 8"
    },
    {
      "PropertyId": "70227f42-b3b5-4ba9-b07f-87998667d5f5",
      "Asset": {
        "AssetId": "7dc6d697-22c2-4048-89f9-efcb81e6e602",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "7a7a5d85-c403-40a0-90e4-61c4e5bcc3f2",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "1d036011-5fdd-479b-899d-83bd9ae019d5",
          "CreateDate": "2026-03-13T14:02:17.3726735-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-03-13T14:02:17.3726735-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "8b1d0ed7-0bbf-41e0-bc23-438d7d31db6c",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2026-03-13T14:02:17.3726735-07:00",
          "MeasurementValueNeededDate": "2026-03-13T14:02:17.3726735-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "d9dfe020-b39f-42c9-8c39-33a0c9f4e848",
          "CreateDate": "2026-03-13T14:02:17.3726735-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-03-13T14:02:17.3726735-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2026-03-13T14:02:17.3726735-07:00",
        "MeasurementValueNeededDate": "2026-03-13T14:02:17.3726735-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "a39ab830-80cf-47e8-88b2-51d5ff87f595",
        "CreateDate": "2026-03-13T14:02:17.3726735-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2026-03-13T14:02:17.3726735-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "DisplayText": "sample string 2",
      "PropertyType": {
        "PropertyTypeId": "231835a1-5620-4b81-b59b-26d2c27709e5",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "7a7a5d85-c403-40a0-90e4-61c4e5bcc3f2",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "1d036011-5fdd-479b-899d-83bd9ae019d5",
          "CreateDate": "2026-03-13T14:02:17.3726735-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-03-13T14:02:17.3726735-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "b6089b41-80a6-4143-81cc-a7928641667b",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "851eecc5-a118-4680-b32e-f36e2fb9bc16",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "b29bf98e-1768-469a-83ce-0b67946ef049",
          "CreateDate": "2026-03-13T14:02:17.3726735-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-03-13T14:02:17.3726735-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "MinValue": 1.0,
        "MaxValue": 1.0,
        "MinLength": 1,
        "MaxLength": 1,
        "HasValidValues": true,
        "ValidValues": [
          {
            "ValidValueId": "a0f2c7f2-baa3-4c32-917a-1a7ab45aa911",
            "FieldId": "0a5b175e-cfc9-400a-862b-91372e9754a3",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          },
          {
            "ValidValueId": "a0f2c7f2-baa3-4c32-917a-1a7ab45aa911",
            "FieldId": "0a5b175e-cfc9-400a-862b-91372e9754a3",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          }
        ],
        "SourceSystemId": "sample string 4",
        "CompanyId": "44d15a64-7203-443d-82fa-cfd74e5c613d",
        "CreateDate": "2026-03-13T14:02:17.3726735-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2026-03-13T14:02:17.3726735-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 4",
      "SourceSystemId": "sample string 5",
      "CompanyId": "fa8e3d59-109d-445f-9a6d-adf5514c9014",
      "CreateDate": "2026-03-13T14:02:17.3726735-07:00",
      "CreateUser": "sample string 7",
      "LastModifiedDate": "2026-03-13T14:02:17.3726735-07:00",
      "LastModifiedUser": "sample string 8"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}