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": "3c1324b3-f067-40a1-96ea-6a172f6c9a11",
      "Asset": {
        "AssetId": "789b8fa9-33f5-4e5f-93a2-899e75f0a1c5",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "2129d80a-411a-4a77-bc17-69c6f04d9deb",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "3423d028-5d25-4eae-94bd-1c804d55bfa1",
          "CreateDate": "2026-09-19T14:09:38.895816-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-09-19T14:09:38.895816-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "c096ceaa-8ade-412b-a388-c1815520a635",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2026-09-19T14:09:38.895816-07:00",
          "MeasurementValueNeededDate": "2026-09-19T14:09:38.895816-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "4b56d6c1-567f-4cb0-a49a-69ed1d616d80",
          "CreateDate": "2026-09-19T14:09:38.895816-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-09-19T14:09:38.895816-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2026-09-19T14:09:38.895816-07:00",
        "MeasurementValueNeededDate": "2026-09-19T14:09:38.895816-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "f8992672-2fda-45e0-9b8f-30bbc7e4793b",
        "CreateDate": "2026-09-19T14:09:38.895816-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2026-09-19T14:09:38.895816-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "DisplayText": "sample string 2",
      "PropertyType": {
        "PropertyTypeId": "9fc5e732-91d1-4992-8ec6-544f3a977f47",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "2129d80a-411a-4a77-bc17-69c6f04d9deb",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "3423d028-5d25-4eae-94bd-1c804d55bfa1",
          "CreateDate": "2026-09-19T14:09:38.895816-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-09-19T14:09:38.895816-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "f32aa878-7745-4fcf-bb51-ef4a2cf4c1c9",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "dedb8e13-1096-4fff-ab73-97242b1ca9bd",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "57b9e231-3d88-4474-8db1-1abbc8a8eda8",
          "CreateDate": "2026-09-19T14:09:38.895816-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-09-19T14:09:38.895816-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "MinValue": 1.0,
        "MaxValue": 1.0,
        "MinLength": 1,
        "MaxLength": 1,
        "HasValidValues": true,
        "ValidValues": [
          {
            "ValidValueId": "c51d823a-a932-4ad2-be30-fb45543c9ec3",
            "FieldId": "5bbf6316-4630-4896-9b4e-6b2c6deb4e4e",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          },
          {
            "ValidValueId": "c51d823a-a932-4ad2-be30-fb45543c9ec3",
            "FieldId": "5bbf6316-4630-4896-9b4e-6b2c6deb4e4e",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          }
        ],
        "SourceSystemId": "sample string 4",
        "CompanyId": "4e1b4c0e-f854-4099-bd61-3aebe0a5cdd2",
        "CreateDate": "2026-09-19T14:09:38.895816-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2026-09-19T14:09:38.895816-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 4",
      "SourceSystemId": "sample string 5",
      "CompanyId": "b9b98a85-9017-4c2d-ba44-23ec346d8d1f",
      "CreateDate": "2026-09-19T14:09:38.895816-07:00",
      "CreateUser": "sample string 7",
      "LastModifiedDate": "2026-09-19T14:09:38.895816-07:00",
      "LastModifiedUser": "sample string 8"
    },
    {
      "PropertyId": "3c1324b3-f067-40a1-96ea-6a172f6c9a11",
      "Asset": {
        "AssetId": "789b8fa9-33f5-4e5f-93a2-899e75f0a1c5",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "2129d80a-411a-4a77-bc17-69c6f04d9deb",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "3423d028-5d25-4eae-94bd-1c804d55bfa1",
          "CreateDate": "2026-09-19T14:09:38.895816-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-09-19T14:09:38.895816-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "c096ceaa-8ade-412b-a388-c1815520a635",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2026-09-19T14:09:38.895816-07:00",
          "MeasurementValueNeededDate": "2026-09-19T14:09:38.895816-07:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "4b56d6c1-567f-4cb0-a49a-69ed1d616d80",
          "CreateDate": "2026-09-19T14:09:38.895816-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-09-19T14:09:38.895816-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2026-09-19T14:09:38.895816-07:00",
        "MeasurementValueNeededDate": "2026-09-19T14:09:38.895816-07:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "f8992672-2fda-45e0-9b8f-30bbc7e4793b",
        "CreateDate": "2026-09-19T14:09:38.895816-07:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2026-09-19T14:09:38.895816-07:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "DisplayText": "sample string 2",
      "PropertyType": {
        "PropertyTypeId": "9fc5e732-91d1-4992-8ec6-544f3a977f47",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "2129d80a-411a-4a77-bc17-69c6f04d9deb",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "3423d028-5d25-4eae-94bd-1c804d55bfa1",
          "CreateDate": "2026-09-19T14:09:38.895816-07:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2026-09-19T14:09:38.895816-07:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "f32aa878-7745-4fcf-bb51-ef4a2cf4c1c9",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "dedb8e13-1096-4fff-ab73-97242b1ca9bd",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "57b9e231-3d88-4474-8db1-1abbc8a8eda8",
          "CreateDate": "2026-09-19T14:09:38.895816-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2026-09-19T14:09:38.895816-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "MinValue": 1.0,
        "MaxValue": 1.0,
        "MinLength": 1,
        "MaxLength": 1,
        "HasValidValues": true,
        "ValidValues": [
          {
            "ValidValueId": "c51d823a-a932-4ad2-be30-fb45543c9ec3",
            "FieldId": "5bbf6316-4630-4896-9b4e-6b2c6deb4e4e",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          },
          {
            "ValidValueId": "c51d823a-a932-4ad2-be30-fb45543c9ec3",
            "FieldId": "5bbf6316-4630-4896-9b4e-6b2c6deb4e4e",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          }
        ],
        "SourceSystemId": "sample string 4",
        "CompanyId": "4e1b4c0e-f854-4099-bd61-3aebe0a5cdd2",
        "CreateDate": "2026-09-19T14:09:38.895816-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2026-09-19T14:09:38.895816-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 4",
      "SourceSystemId": "sample string 5",
      "CompanyId": "b9b98a85-9017-4c2d-ba44-23ec346d8d1f",
      "CreateDate": "2026-09-19T14:09:38.895816-07:00",
      "CreateUser": "sample string 7",
      "LastModifiedDate": "2026-09-19T14:09:38.895816-07:00",
      "LastModifiedUser": "sample string 8"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}