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": "130f5eb9-ac1b-44e6-a732-b97eea4e2415",
      "Asset": {
        "AssetId": "d2d500cd-38d5-44d6-a395-e5432745dcb0",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "e44ee298-fa75-4b34-8fbc-47a1e05c06ab",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "47ff5edc-0083-468b-9d3c-68379e08dfe1",
          "CreateDate": "2025-09-13T21:08:45.0678792-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-09-13T21:08:45.0678792-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "16d33caf-2581-4c8e-b86b-18cb67cb9a91",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-09-13T21:08:45.0678792-07:00",
          "MeasurementValueNeededDate": "2025-09-13T21:08:45.0678792-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "01848272-4bdb-405b-93bd-e89b4c86b53f",
          "CreateDate": "2025-09-13T21:08:45.0678792-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-09-13T21:08:45.0678792-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-09-13T21:08:45.0678792-07:00",
        "MeasurementValueNeededDate": "2025-09-13T21:08:45.0678792-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "5c567adb-3213-4ae7-a15f-3e599623c0a2",
        "CreateDate": "2025-09-13T21:08:45.0678792-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-09-13T21:08:45.0678792-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "DisplayText": "sample string 2",
      "PropertyType": {
        "PropertyTypeId": "2db1209d-159e-4854-bdd1-989f765b25c8",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "e44ee298-fa75-4b34-8fbc-47a1e05c06ab",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "47ff5edc-0083-468b-9d3c-68379e08dfe1",
          "CreateDate": "2025-09-13T21:08:45.0678792-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-09-13T21:08:45.0678792-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "7c07fe53-9e31-4230-a32c-da997a7973d2",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "66f652f5-9f2d-449f-b418-053a2dd58ac7",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "58f634b1-9509-48e8-8c39-65bb2741c435",
          "CreateDate": "2025-09-13T21:08:45.0678792-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-09-13T21:08:45.0678792-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "MinValue": 1.0,
        "MaxValue": 1.0,
        "MinLength": 1,
        "MaxLength": 1,
        "HasValidValues": true,
        "ValidValues": [
          {
            "ValidValueId": "3a328edc-aebb-4db8-91b7-e2d1cba75559",
            "FieldId": "76327dad-f7f4-4ce8-87b1-c0c4674085a7",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          },
          {
            "ValidValueId": "3a328edc-aebb-4db8-91b7-e2d1cba75559",
            "FieldId": "76327dad-f7f4-4ce8-87b1-c0c4674085a7",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          }
        ],
        "SourceSystemId": "sample string 4",
        "CompanyId": "a98276b2-7c0b-4133-8321-94a581331fa3",
        "CreateDate": "2025-09-13T21:08:45.0678792-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2025-09-13T21:08:45.0678792-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 4",
      "SourceSystemId": "sample string 5",
      "CompanyId": "129bd273-2795-4991-8006-4f81f7e04834",
      "CreateDate": "2025-09-13T21:08:45.0678792-07:00",
      "CreateUser": "sample string 7",
      "LastModifiedDate": "2025-09-13T21:08:45.0678792-07:00",
      "LastModifiedUser": "sample string 8"
    },
    {
      "PropertyId": "130f5eb9-ac1b-44e6-a732-b97eea4e2415",
      "Asset": {
        "AssetId": "d2d500cd-38d5-44d6-a395-e5432745dcb0",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "e44ee298-fa75-4b34-8fbc-47a1e05c06ab",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "47ff5edc-0083-468b-9d3c-68379e08dfe1",
          "CreateDate": "2025-09-13T21:08:45.0678792-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-09-13T21:08:45.0678792-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "16d33caf-2581-4c8e-b86b-18cb67cb9a91",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-09-13T21:08:45.0678792-07:00",
          "MeasurementValueNeededDate": "2025-09-13T21:08:45.0678792-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "01848272-4bdb-405b-93bd-e89b4c86b53f",
          "CreateDate": "2025-09-13T21:08:45.0678792-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-09-13T21:08:45.0678792-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-09-13T21:08:45.0678792-07:00",
        "MeasurementValueNeededDate": "2025-09-13T21:08:45.0678792-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "5c567adb-3213-4ae7-a15f-3e599623c0a2",
        "CreateDate": "2025-09-13T21:08:45.0678792-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-09-13T21:08:45.0678792-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "DisplayText": "sample string 2",
      "PropertyType": {
        "PropertyTypeId": "2db1209d-159e-4854-bdd1-989f765b25c8",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "e44ee298-fa75-4b34-8fbc-47a1e05c06ab",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "47ff5edc-0083-468b-9d3c-68379e08dfe1",
          "CreateDate": "2025-09-13T21:08:45.0678792-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-09-13T21:08:45.0678792-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "7c07fe53-9e31-4230-a32c-da997a7973d2",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "66f652f5-9f2d-449f-b418-053a2dd58ac7",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "58f634b1-9509-48e8-8c39-65bb2741c435",
          "CreateDate": "2025-09-13T21:08:45.0678792-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-09-13T21:08:45.0678792-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "MinValue": 1.0,
        "MaxValue": 1.0,
        "MinLength": 1,
        "MaxLength": 1,
        "HasValidValues": true,
        "ValidValues": [
          {
            "ValidValueId": "3a328edc-aebb-4db8-91b7-e2d1cba75559",
            "FieldId": "76327dad-f7f4-4ce8-87b1-c0c4674085a7",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          },
          {
            "ValidValueId": "3a328edc-aebb-4db8-91b7-e2d1cba75559",
            "FieldId": "76327dad-f7f4-4ce8-87b1-c0c4674085a7",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          }
        ],
        "SourceSystemId": "sample string 4",
        "CompanyId": "a98276b2-7c0b-4133-8321-94a581331fa3",
        "CreateDate": "2025-09-13T21:08:45.0678792-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2025-09-13T21:08:45.0678792-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 4",
      "SourceSystemId": "sample string 5",
      "CompanyId": "129bd273-2795-4991-8006-4f81f7e04834",
      "CreateDate": "2025-09-13T21:08:45.0678792-07:00",
      "CreateUser": "sample string 7",
      "LastModifiedDate": "2025-09-13T21:08:45.0678792-07:00",
      "LastModifiedUser": "sample string 8"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}