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": "1910ac61-8b3b-4f33-b8ac-8868a594165b",
      "Asset": {
        "AssetId": "53ce1210-808a-4e11-a0f9-2a28dd21cec8",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "8276c291-7684-49e1-833b-c40e8090c462",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "c6e23a91-7519-436b-8fbf-4bdd7a9b20d7",
          "CreateDate": "2025-10-30T18:46:25.0229153-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-10-30T18:46:25.0229153-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "9bbaf500-c33b-4ae6-9e4f-bf6d3049a0a6",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-10-30T18:46:25.0229153-07:00",
          "MeasurementValueNeededDate": "2025-10-30T18:46:25.0229153-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "c9e6a810-493f-407d-ad1c-268b308ffacd",
          "CreateDate": "2025-10-30T18:46:25.0229153-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-10-30T18:46:25.0229153-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-10-30T18:46:25.0229153-07:00",
        "MeasurementValueNeededDate": "2025-10-30T18:46:25.0229153-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "b4464e5d-0fe2-48d8-8f88-d81a0d6fc3dc",
        "CreateDate": "2025-10-30T18:46:25.0229153-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-10-30T18:46:25.0229153-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "DisplayText": "sample string 2",
      "PropertyType": {
        "PropertyTypeId": "9482e045-1d4f-4ae9-a963-86b42d262acf",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "8276c291-7684-49e1-833b-c40e8090c462",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "c6e23a91-7519-436b-8fbf-4bdd7a9b20d7",
          "CreateDate": "2025-10-30T18:46:25.0229153-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-10-30T18:46:25.0229153-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "5ea4dbed-b879-48b3-8dc4-eb9afcb4bc00",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "b312a355-147c-4265-bd64-2f2c1cd15fe0",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "82975afd-30ee-4f32-8acb-bcf4841b425e",
          "CreateDate": "2025-10-30T18:46:25.0229153-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-10-30T18:46:25.0229153-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "MinValue": 1.0,
        "MaxValue": 1.0,
        "MinLength": 1,
        "MaxLength": 1,
        "HasValidValues": true,
        "ValidValues": [
          {
            "ValidValueId": "641ee7da-9e54-4cb7-accd-e7fbdc917f20",
            "FieldId": "31437247-9198-48fd-80f7-21e2d06fc9f8",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          },
          {
            "ValidValueId": "641ee7da-9e54-4cb7-accd-e7fbdc917f20",
            "FieldId": "31437247-9198-48fd-80f7-21e2d06fc9f8",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          }
        ],
        "SourceSystemId": "sample string 4",
        "CompanyId": "01a89bbc-49c6-4ba5-86a8-422722574fe8",
        "CreateDate": "2025-10-30T18:46:25.0229153-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2025-10-30T18:46:25.0229153-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 4",
      "SourceSystemId": "sample string 5",
      "CompanyId": "660f6657-89a1-4e2c-8c82-b42844d68cc2",
      "CreateDate": "2025-10-30T18:46:25.0229153-07:00",
      "CreateUser": "sample string 7",
      "LastModifiedDate": "2025-10-30T18:46:25.0229153-07:00",
      "LastModifiedUser": "sample string 8"
    },
    {
      "PropertyId": "1910ac61-8b3b-4f33-b8ac-8868a594165b",
      "Asset": {
        "AssetId": "53ce1210-808a-4e11-a0f9-2a28dd21cec8",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "8276c291-7684-49e1-833b-c40e8090c462",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "c6e23a91-7519-436b-8fbf-4bdd7a9b20d7",
          "CreateDate": "2025-10-30T18:46:25.0229153-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-10-30T18:46:25.0229153-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "9bbaf500-c33b-4ae6-9e4f-bf6d3049a0a6",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-10-30T18:46:25.0229153-07:00",
          "MeasurementValueNeededDate": "2025-10-30T18:46:25.0229153-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "c9e6a810-493f-407d-ad1c-268b308ffacd",
          "CreateDate": "2025-10-30T18:46:25.0229153-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-10-30T18:46:25.0229153-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-10-30T18:46:25.0229153-07:00",
        "MeasurementValueNeededDate": "2025-10-30T18:46:25.0229153-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "b4464e5d-0fe2-48d8-8f88-d81a0d6fc3dc",
        "CreateDate": "2025-10-30T18:46:25.0229153-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-10-30T18:46:25.0229153-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "DisplayText": "sample string 2",
      "PropertyType": {
        "PropertyTypeId": "9482e045-1d4f-4ae9-a963-86b42d262acf",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "8276c291-7684-49e1-833b-c40e8090c462",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "c6e23a91-7519-436b-8fbf-4bdd7a9b20d7",
          "CreateDate": "2025-10-30T18:46:25.0229153-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-10-30T18:46:25.0229153-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "5ea4dbed-b879-48b3-8dc4-eb9afcb4bc00",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "b312a355-147c-4265-bd64-2f2c1cd15fe0",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "82975afd-30ee-4f32-8acb-bcf4841b425e",
          "CreateDate": "2025-10-30T18:46:25.0229153-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-10-30T18:46:25.0229153-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "MinValue": 1.0,
        "MaxValue": 1.0,
        "MinLength": 1,
        "MaxLength": 1,
        "HasValidValues": true,
        "ValidValues": [
          {
            "ValidValueId": "641ee7da-9e54-4cb7-accd-e7fbdc917f20",
            "FieldId": "31437247-9198-48fd-80f7-21e2d06fc9f8",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          },
          {
            "ValidValueId": "641ee7da-9e54-4cb7-accd-e7fbdc917f20",
            "FieldId": "31437247-9198-48fd-80f7-21e2d06fc9f8",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          }
        ],
        "SourceSystemId": "sample string 4",
        "CompanyId": "01a89bbc-49c6-4ba5-86a8-422722574fe8",
        "CreateDate": "2025-10-30T18:46:25.0229153-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2025-10-30T18:46:25.0229153-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 4",
      "SourceSystemId": "sample string 5",
      "CompanyId": "660f6657-89a1-4e2c-8c82-b42844d68cc2",
      "CreateDate": "2025-10-30T18:46:25.0229153-07:00",
      "CreateUser": "sample string 7",
      "LastModifiedDate": "2025-10-30T18:46:25.0229153-07:00",
      "LastModifiedUser": "sample string 8"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}