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": "aa9de1a1-f1c3-4adf-b2ae-cf316738717e",
      "Asset": {
        "AssetId": "287e02ed-7a54-45d8-98e4-b478322a7fab",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "c6145af0-fa4d-4346-96ae-9890a05f2e21",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "540e6e4a-26c2-4c06-a97d-810bab2b4815",
          "CreateDate": "2024-11-21T04:46:05.1415477-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2024-11-21T04:46:05.1415477-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "28abcded-1ee0-4cc8-b527-f15565484ae8",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2024-11-21T04:46:05.1415477-08:00",
          "MeasurementValueNeededDate": "2024-11-21T04:46:05.1415477-08:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "0eed5836-b8d6-456c-b221-36188f2f75e3",
          "CreateDate": "2024-11-21T04:46:05.1415477-08:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2024-11-21T04:46:05.1415477-08:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2024-11-21T04:46:05.1415477-08:00",
        "MeasurementValueNeededDate": "2024-11-21T04:46:05.1415477-08:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "01a8d7fe-d44e-46db-85c1-4f8df7ed9517",
        "CreateDate": "2024-11-21T04:46:05.1415477-08:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2024-11-21T04:46:05.1415477-08:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "DisplayText": "sample string 2",
      "PropertyType": {
        "PropertyTypeId": "e9ee6869-7c59-406b-8bbb-08032eeab8b3",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "c6145af0-fa4d-4346-96ae-9890a05f2e21",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "540e6e4a-26c2-4c06-a97d-810bab2b4815",
          "CreateDate": "2024-11-21T04:46:05.1415477-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2024-11-21T04:46:05.1415477-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "cc3fa702-1900-4dd8-b63e-b01c09e2ce2e",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "309d8682-0634-4a33-b4a6-25c927f3a288",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "fb22a1d9-d6a4-4212-b694-d1ef1ebbfb9c",
          "CreateDate": "2024-11-21T04:46:05.1415477-08:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2024-11-21T04:46:05.1415477-08:00",
          "LastModifiedUser": "sample string 6"
        },
        "MinValue": 1.0,
        "MaxValue": 1.0,
        "MinLength": 1,
        "MaxLength": 1,
        "HasValidValues": true,
        "ValidValues": [
          {
            "ValidValueId": "07a65573-c412-4296-8c11-6c84575edabc",
            "FieldId": "c3df9b00-2e9e-4b92-aee7-f69cf8e505d3",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          },
          {
            "ValidValueId": "07a65573-c412-4296-8c11-6c84575edabc",
            "FieldId": "c3df9b00-2e9e-4b92-aee7-f69cf8e505d3",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          }
        ],
        "SourceSystemId": "sample string 4",
        "CompanyId": "4cf66164-da92-4bb6-a735-9e481b91b252",
        "CreateDate": "2024-11-21T04:46:05.1415477-08:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2024-11-21T04:46:05.1415477-08:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 4",
      "SourceSystemId": "sample string 5",
      "CompanyId": "584e4bf2-b832-4b43-a186-eddb8710d2ec",
      "CreateDate": "2024-11-21T04:46:05.1415477-08:00",
      "CreateUser": "sample string 7",
      "LastModifiedDate": "2024-11-21T04:46:05.1415477-08:00",
      "LastModifiedUser": "sample string 8"
    },
    {
      "PropertyId": "aa9de1a1-f1c3-4adf-b2ae-cf316738717e",
      "Asset": {
        "AssetId": "287e02ed-7a54-45d8-98e4-b478322a7fab",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "c6145af0-fa4d-4346-96ae-9890a05f2e21",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "540e6e4a-26c2-4c06-a97d-810bab2b4815",
          "CreateDate": "2024-11-21T04:46:05.1415477-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2024-11-21T04:46:05.1415477-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "28abcded-1ee0-4cc8-b527-f15565484ae8",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2024-11-21T04:46:05.1415477-08:00",
          "MeasurementValueNeededDate": "2024-11-21T04:46:05.1415477-08:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "0eed5836-b8d6-456c-b221-36188f2f75e3",
          "CreateDate": "2024-11-21T04:46:05.1415477-08:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2024-11-21T04:46:05.1415477-08:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2024-11-21T04:46:05.1415477-08:00",
        "MeasurementValueNeededDate": "2024-11-21T04:46:05.1415477-08:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "01a8d7fe-d44e-46db-85c1-4f8df7ed9517",
        "CreateDate": "2024-11-21T04:46:05.1415477-08:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2024-11-21T04:46:05.1415477-08:00",
        "LastModifiedUser": "sample string 8"
      },
      "ValueText": "sample string 1",
      "DisplayText": "sample string 2",
      "PropertyType": {
        "PropertyTypeId": "e9ee6869-7c59-406b-8bbb-08032eeab8b3",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "c6145af0-fa4d-4346-96ae-9890a05f2e21",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "540e6e4a-26c2-4c06-a97d-810bab2b4815",
          "CreateDate": "2024-11-21T04:46:05.1415477-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2024-11-21T04:46:05.1415477-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "DataType": {
          "DataTypeId": "cc3fa702-1900-4dd8-b63e-b01c09e2ce2e",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "309d8682-0634-4a33-b4a6-25c927f3a288",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "fb22a1d9-d6a4-4212-b694-d1ef1ebbfb9c",
          "CreateDate": "2024-11-21T04:46:05.1415477-08:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2024-11-21T04:46:05.1415477-08:00",
          "LastModifiedUser": "sample string 6"
        },
        "MinValue": 1.0,
        "MaxValue": 1.0,
        "MinLength": 1,
        "MaxLength": 1,
        "HasValidValues": true,
        "ValidValues": [
          {
            "ValidValueId": "07a65573-c412-4296-8c11-6c84575edabc",
            "FieldId": "c3df9b00-2e9e-4b92-aee7-f69cf8e505d3",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          },
          {
            "ValidValueId": "07a65573-c412-4296-8c11-6c84575edabc",
            "FieldId": "c3df9b00-2e9e-4b92-aee7-f69cf8e505d3",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          }
        ],
        "SourceSystemId": "sample string 4",
        "CompanyId": "4cf66164-da92-4bb6-a735-9e481b91b252",
        "CreateDate": "2024-11-21T04:46:05.1415477-08:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2024-11-21T04:46:05.1415477-08:00",
        "LastModifiedUser": "sample string 7"
      },
      "IsValid": true,
      "IsValidMessage": "sample string 4",
      "SourceSystemId": "sample string 5",
      "CompanyId": "584e4bf2-b832-4b43-a186-eddb8710d2ec",
      "CreateDate": "2024-11-21T04:46:05.1415477-08:00",
      "CreateUser": "sample string 7",
      "LastModifiedDate": "2024-11-21T04:46:05.1415477-08:00",
      "LastModifiedUser": "sample string 8"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}