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": "23beb3ca-e6e4-48f3-9b12-80351a4f5ae2",
      "Asset": {
        "AssetId": "ba2dd284-b300-4385-90d5-ea20f1374ff6",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "11e35ab4-f8e0-48db-a945-fd0ee1e2ac14",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "9ebedbc9-2f0b-4414-be64-7fab032fbf20",
          "CreateDate": "2025-08-24T10:13:12.7044202-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-08-24T10:13:12.7044202-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "34c8467f-b463-43c8-925d-cd6c5fcb3d1d",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-08-24T10:13:12.7044202-07:00",
          "MeasurementValueNeededDate": "2025-08-24T10:13:12.7044202-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "62e665f2-0553-4c8a-b6c5-d4c8ddb4adcf",
          "CreateDate": "2025-08-24T10:13:12.7044202-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-08-24T10:13:12.7044202-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-08-24T10:13:12.7044202-07:00",
        "MeasurementValueNeededDate": "2025-08-24T10:13:12.7044202-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "61439b1e-c8d8-49df-a0dd-0a52e95dc072",
        "CreateDate": "2025-08-24T10:13:12.7044202-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-08-24T10:13:12.7044202-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "DisplayText": "sample string 2",
      "PropertyType": {
        "PropertyTypeId": "1b0b96a0-33b4-482e-9826-18291f1d280d",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "11e35ab4-f8e0-48db-a945-fd0ee1e2ac14",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "9ebedbc9-2f0b-4414-be64-7fab032fbf20",
          "CreateDate": "2025-08-24T10:13:12.7044202-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-08-24T10:13:12.7044202-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "82c337dd-bf45-4607-9b35-12dae1e27a66",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "9f2373f4-3d57-46fb-825b-37bbba1c1012",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "619edd99-3ee9-482c-803c-05f16ef34836",
          "CreateDate": "2025-08-24T10:13:12.7044202-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-08-24T10:13:12.7044202-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "MinValue": 1.0,
        "MaxValue": 1.0,
        "MinLength": 1,
        "MaxLength": 1,
        "HasValidValues": true,
        "ValidValues": [
          {
            "ValidValueId": "711c8384-9685-484b-a9b8-09011556c1af",
            "FieldId": "9836abaa-d6f5-4fe7-9c81-733f09b22907",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          },
          {
            "ValidValueId": "711c8384-9685-484b-a9b8-09011556c1af",
            "FieldId": "9836abaa-d6f5-4fe7-9c81-733f09b22907",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          }
        ],
        "SourceSystemId": "sample string 4",
        "CompanyId": "5d2dd64d-8dad-4fb1-9983-3a3832d65db2",
        "CreateDate": "2025-08-24T10:13:12.7044202-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2025-08-24T10:13:12.7044202-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 4",
      "SourceSystemId": "sample string 5",
      "CompanyId": "3f950d9a-a7d8-4543-ad7c-3c77c5c8fefc",
      "CreateDate": "2025-08-24T10:13:12.7044202-07:00",
      "CreateUser": "sample string 7",
      "LastModifiedDate": "2025-08-24T10:13:12.7044202-07:00",
      "LastModifiedUser": "sample string 8"
    },
    {
      "PropertyId": "23beb3ca-e6e4-48f3-9b12-80351a4f5ae2",
      "Asset": {
        "AssetId": "ba2dd284-b300-4385-90d5-ea20f1374ff6",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "11e35ab4-f8e0-48db-a945-fd0ee1e2ac14",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "9ebedbc9-2f0b-4414-be64-7fab032fbf20",
          "CreateDate": "2025-08-24T10:13:12.7044202-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-08-24T10:13:12.7044202-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "34c8467f-b463-43c8-925d-cd6c5fcb3d1d",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-08-24T10:13:12.7044202-07:00",
          "MeasurementValueNeededDate": "2025-08-24T10:13:12.7044202-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "62e665f2-0553-4c8a-b6c5-d4c8ddb4adcf",
          "CreateDate": "2025-08-24T10:13:12.7044202-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-08-24T10:13:12.7044202-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-08-24T10:13:12.7044202-07:00",
        "MeasurementValueNeededDate": "2025-08-24T10:13:12.7044202-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "61439b1e-c8d8-49df-a0dd-0a52e95dc072",
        "CreateDate": "2025-08-24T10:13:12.7044202-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-08-24T10:13:12.7044202-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "DisplayText": "sample string 2",
      "PropertyType": {
        "PropertyTypeId": "1b0b96a0-33b4-482e-9826-18291f1d280d",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "11e35ab4-f8e0-48db-a945-fd0ee1e2ac14",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "9ebedbc9-2f0b-4414-be64-7fab032fbf20",
          "CreateDate": "2025-08-24T10:13:12.7044202-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-08-24T10:13:12.7044202-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "82c337dd-bf45-4607-9b35-12dae1e27a66",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "9f2373f4-3d57-46fb-825b-37bbba1c1012",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "619edd99-3ee9-482c-803c-05f16ef34836",
          "CreateDate": "2025-08-24T10:13:12.7044202-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-08-24T10:13:12.7044202-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "MinValue": 1.0,
        "MaxValue": 1.0,
        "MinLength": 1,
        "MaxLength": 1,
        "HasValidValues": true,
        "ValidValues": [
          {
            "ValidValueId": "711c8384-9685-484b-a9b8-09011556c1af",
            "FieldId": "9836abaa-d6f5-4fe7-9c81-733f09b22907",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          },
          {
            "ValidValueId": "711c8384-9685-484b-a9b8-09011556c1af",
            "FieldId": "9836abaa-d6f5-4fe7-9c81-733f09b22907",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          }
        ],
        "SourceSystemId": "sample string 4",
        "CompanyId": "5d2dd64d-8dad-4fb1-9983-3a3832d65db2",
        "CreateDate": "2025-08-24T10:13:12.7044202-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2025-08-24T10:13:12.7044202-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 4",
      "SourceSystemId": "sample string 5",
      "CompanyId": "3f950d9a-a7d8-4543-ad7c-3c77c5c8fefc",
      "CreateDate": "2025-08-24T10:13:12.7044202-07:00",
      "CreateUser": "sample string 7",
      "LastModifiedDate": "2025-08-24T10:13:12.7044202-07:00",
      "LastModifiedUser": "sample string 8"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}