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": "34db75ed-bfaa-405d-8a73-b45270b03409",
      "Asset": {
        "AssetId": "25b4bb26-d37f-4449-9d86-9915d5f3cb70",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "a4746b2c-9bc2-40cd-9962-cbc0c3c29bd5",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "65243fc9-bd68-48cb-b247-91adac75c7c6",
          "CreateDate": "2025-07-06T16:12:02.7771178-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-07-06T16:12:02.7771178-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "ed67d952-27bc-4ca1-8f45-9be3ca85e85e",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-07-06T16:12:02.7771178-07:00",
          "MeasurementValueNeededDate": "2025-07-06T16:12:02.7771178-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "2967d47e-9094-4da9-8c41-202ce05bbf75",
          "CreateDate": "2025-07-06T16:12:02.7771178-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-07-06T16:12:02.7771178-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-07-06T16:12:02.7771178-07:00",
        "MeasurementValueNeededDate": "2025-07-06T16:12:02.7771178-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "aa22a7f1-4d0b-4fe5-8431-5da0f471fa2a",
        "CreateDate": "2025-07-06T16:12:02.7771178-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-07-06T16:12:02.7771178-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "PropertyType": {
        "PropertyTypeId": "07b0fcb5-670e-42cc-9767-901a14db6262",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "a4746b2c-9bc2-40cd-9962-cbc0c3c29bd5",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "65243fc9-bd68-48cb-b247-91adac75c7c6",
          "CreateDate": "2025-07-06T16:12:02.7771178-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-07-06T16:12:02.7771178-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "efc57f49-9af8-44e0-ba44-968276c51ca1",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "115bb022-e7ea-45f3-8402-ed303a3119fe",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "bc2fdbac-32ba-4f33-ab56-cfb8fb69d44d",
          "CreateDate": "2025-07-06T16:12:02.7771178-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-07-06T16:12:02.7771178-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": "700860f6-0962-4bae-9a93-65fa4f68520a",
        "CreateDate": "2025-07-06T16:12:02.7771178-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2025-07-06T16:12:02.7771178-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "57c7aef3-7258-449f-b200-3ff289745e39",
      "CreateDate": "2025-07-06T16:12:02.7771178-07:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2025-07-06T16:12:02.7771178-07:00",
      "LastModifiedUser": "sample string 7"
    },
    {
      "PropertyId": "34db75ed-bfaa-405d-8a73-b45270b03409",
      "Asset": {
        "AssetId": "25b4bb26-d37f-4449-9d86-9915d5f3cb70",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "a4746b2c-9bc2-40cd-9962-cbc0c3c29bd5",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "65243fc9-bd68-48cb-b247-91adac75c7c6",
          "CreateDate": "2025-07-06T16:12:02.7771178-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-07-06T16:12:02.7771178-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "ed67d952-27bc-4ca1-8f45-9be3ca85e85e",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-07-06T16:12:02.7771178-07:00",
          "MeasurementValueNeededDate": "2025-07-06T16:12:02.7771178-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "2967d47e-9094-4da9-8c41-202ce05bbf75",
          "CreateDate": "2025-07-06T16:12:02.7771178-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-07-06T16:12:02.7771178-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-07-06T16:12:02.7771178-07:00",
        "MeasurementValueNeededDate": "2025-07-06T16:12:02.7771178-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "aa22a7f1-4d0b-4fe5-8431-5da0f471fa2a",
        "CreateDate": "2025-07-06T16:12:02.7771178-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-07-06T16:12:02.7771178-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "PropertyType": {
        "PropertyTypeId": "07b0fcb5-670e-42cc-9767-901a14db6262",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "a4746b2c-9bc2-40cd-9962-cbc0c3c29bd5",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "65243fc9-bd68-48cb-b247-91adac75c7c6",
          "CreateDate": "2025-07-06T16:12:02.7771178-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-07-06T16:12:02.7771178-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "efc57f49-9af8-44e0-ba44-968276c51ca1",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "115bb022-e7ea-45f3-8402-ed303a3119fe",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "bc2fdbac-32ba-4f33-ab56-cfb8fb69d44d",
          "CreateDate": "2025-07-06T16:12:02.7771178-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-07-06T16:12:02.7771178-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": "700860f6-0962-4bae-9a93-65fa4f68520a",
        "CreateDate": "2025-07-06T16:12:02.7771178-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2025-07-06T16:12:02.7771178-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "57c7aef3-7258-449f-b200-3ff289745e39",
      "CreateDate": "2025-07-06T16:12:02.7771178-07:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2025-07-06T16:12:02.7771178-07:00",
      "LastModifiedUser": "sample string 7"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}