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": "ea91481a-1931-47b6-878b-dd0406d53c64",
      "Asset": {
        "AssetId": "6c16901f-58e6-4c4c-b337-a1fd48f4f27d",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "ba8ce950-7dd4-486c-9137-68142a4d50df",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "41d67fe2-9496-4022-bd16-a4af9f0b6679",
          "CreateDate": "2025-02-05T07:51:51.1345627-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-02-05T07:51:51.1345627-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "c77493f2-df36-46a2-bccb-867470ad8c04",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-02-05T07:51:51.1345627-08:00",
          "MeasurementValueNeededDate": "2025-02-05T07:51:51.1345627-08:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "1fe4bd64-d116-408d-b640-fbef34f4a0f1",
          "CreateDate": "2025-02-05T07:51:51.1345627-08:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-02-05T07:51:51.1345627-08:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-02-05T07:51:51.1345627-08:00",
        "MeasurementValueNeededDate": "2025-02-05T07:51:51.1345627-08:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "6fb996b8-571b-4af1-a9d6-891fff77fee2",
        "CreateDate": "2025-02-05T07:51:51.1345627-08:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-02-05T07:51:51.1345627-08:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "PropertyType": {
        "PropertyTypeId": "1fd47932-b0c9-40a6-bd2b-e761085d314c",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "ba8ce950-7dd4-486c-9137-68142a4d50df",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "41d67fe2-9496-4022-bd16-a4af9f0b6679",
          "CreateDate": "2025-02-05T07:51:51.1345627-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-02-05T07:51:51.1345627-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "5f4d0c0b-cbf7-4f4a-835b-e91219a4edcf",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "468dae3b-762c-456c-91d7-effbeb760bab",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "2a973b26-ed9f-43c0-a087-b6738e845eb5",
          "CreateDate": "2025-02-05T07:51:51.1345627-08:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-02-05T07:51:51.1345627-08: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": "b6e39b09-af76-48b8-a939-725998665f15",
        "CreateDate": "2025-02-05T07:51:51.1345627-08:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2025-02-05T07:51:51.1345627-08:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "752bf79a-de70-4731-9346-b3dbd2234abd",
      "CreateDate": "2025-02-05T07:51:51.1345627-08:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2025-02-05T07:51:51.1345627-08:00",
      "LastModifiedUser": "sample string 7"
    },
    {
      "PropertyId": "ea91481a-1931-47b6-878b-dd0406d53c64",
      "Asset": {
        "AssetId": "6c16901f-58e6-4c4c-b337-a1fd48f4f27d",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "ba8ce950-7dd4-486c-9137-68142a4d50df",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "41d67fe2-9496-4022-bd16-a4af9f0b6679",
          "CreateDate": "2025-02-05T07:51:51.1345627-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-02-05T07:51:51.1345627-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "c77493f2-df36-46a2-bccb-867470ad8c04",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-02-05T07:51:51.1345627-08:00",
          "MeasurementValueNeededDate": "2025-02-05T07:51:51.1345627-08:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "1fe4bd64-d116-408d-b640-fbef34f4a0f1",
          "CreateDate": "2025-02-05T07:51:51.1345627-08:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-02-05T07:51:51.1345627-08:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-02-05T07:51:51.1345627-08:00",
        "MeasurementValueNeededDate": "2025-02-05T07:51:51.1345627-08:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "6fb996b8-571b-4af1-a9d6-891fff77fee2",
        "CreateDate": "2025-02-05T07:51:51.1345627-08:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-02-05T07:51:51.1345627-08:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "PropertyType": {
        "PropertyTypeId": "1fd47932-b0c9-40a6-bd2b-e761085d314c",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "ba8ce950-7dd4-486c-9137-68142a4d50df",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "41d67fe2-9496-4022-bd16-a4af9f0b6679",
          "CreateDate": "2025-02-05T07:51:51.1345627-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-02-05T07:51:51.1345627-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "5f4d0c0b-cbf7-4f4a-835b-e91219a4edcf",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "468dae3b-762c-456c-91d7-effbeb760bab",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "2a973b26-ed9f-43c0-a087-b6738e845eb5",
          "CreateDate": "2025-02-05T07:51:51.1345627-08:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-02-05T07:51:51.1345627-08: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": "b6e39b09-af76-48b8-a939-725998665f15",
        "CreateDate": "2025-02-05T07:51:51.1345627-08:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2025-02-05T07:51:51.1345627-08:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "752bf79a-de70-4731-9346-b3dbd2234abd",
      "CreateDate": "2025-02-05T07:51:51.1345627-08:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2025-02-05T07:51:51.1345627-08:00",
      "LastModifiedUser": "sample string 7"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}