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
| Name | Description | Type | Additional 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.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of Property |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"PropertyId": "62dd056a-aa5d-49d1-a65d-e28f9fcb027c",
"Asset": {
"AssetId": "96d442aa-8715-484e-9f84-cef52938cee9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "0dae9388-65c6-4563-b381-e1632e424511",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "39155554-be0d-4c70-954f-10a53846455d",
"CreateDate": "2025-12-21T09:50:40.5241662-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:50:40.5241662-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c630eebf-f13e-4f7b-8e1b-97f5c5c097b1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-21T09:50:40.5241662-08:00",
"MeasurementValueNeededDate": "2025-12-21T09:50:40.5241662-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "4484e64e-3dea-47ef-96cf-4f16cf2bc8e5",
"CreateDate": "2025-12-21T09:50:40.5241662-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T09:50:40.5241662-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-21T09:50:40.5241662-08:00",
"MeasurementValueNeededDate": "2025-12-21T09:50:40.5241662-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e4ad6b78-bd90-49f7-aa02-aeeebf9e4c82",
"CreateDate": "2025-12-21T09:50:40.5241662-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T09:50:40.5241662-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "f4660702-ad06-42fb-9dc8-97178b8c4cde",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "0dae9388-65c6-4563-b381-e1632e424511",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "39155554-be0d-4c70-954f-10a53846455d",
"CreateDate": "2025-12-21T09:50:40.5241662-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:50:40.5241662-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "d860db3b-abfd-4593-bbc7-c5d512cea434",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d458b99a-b400-495a-91ef-4fbe2c752c7d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c87ed405-4d75-402f-b70f-c38d18bf3648",
"CreateDate": "2025-12-21T09:50:40.5241662-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T09:50:40.5241662-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": "fa25a372-a0f5-44f1-b1d8-7e22e6208f2b",
"CreateDate": "2025-12-21T09:50:40.5241662-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:50:40.5241662-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2ab9d4ce-6ec0-469c-acb0-99dde3e90c97",
"CreateDate": "2025-12-21T09:50:40.5241662-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:50:40.5241662-08:00",
"LastModifiedUser": "sample string 7"
},
{
"PropertyId": "62dd056a-aa5d-49d1-a65d-e28f9fcb027c",
"Asset": {
"AssetId": "96d442aa-8715-484e-9f84-cef52938cee9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "0dae9388-65c6-4563-b381-e1632e424511",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "39155554-be0d-4c70-954f-10a53846455d",
"CreateDate": "2025-12-21T09:50:40.5241662-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:50:40.5241662-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c630eebf-f13e-4f7b-8e1b-97f5c5c097b1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-21T09:50:40.5241662-08:00",
"MeasurementValueNeededDate": "2025-12-21T09:50:40.5241662-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "4484e64e-3dea-47ef-96cf-4f16cf2bc8e5",
"CreateDate": "2025-12-21T09:50:40.5241662-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T09:50:40.5241662-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-21T09:50:40.5241662-08:00",
"MeasurementValueNeededDate": "2025-12-21T09:50:40.5241662-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e4ad6b78-bd90-49f7-aa02-aeeebf9e4c82",
"CreateDate": "2025-12-21T09:50:40.5241662-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T09:50:40.5241662-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "f4660702-ad06-42fb-9dc8-97178b8c4cde",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "0dae9388-65c6-4563-b381-e1632e424511",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "39155554-be0d-4c70-954f-10a53846455d",
"CreateDate": "2025-12-21T09:50:40.5241662-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:50:40.5241662-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "d860db3b-abfd-4593-bbc7-c5d512cea434",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d458b99a-b400-495a-91ef-4fbe2c752c7d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c87ed405-4d75-402f-b70f-c38d18bf3648",
"CreateDate": "2025-12-21T09:50:40.5241662-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T09:50:40.5241662-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": "fa25a372-a0f5-44f1-b1d8-7e22e6208f2b",
"CreateDate": "2025-12-21T09:50:40.5241662-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:50:40.5241662-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2ab9d4ce-6ec0-469c-acb0-99dde3e90c97",
"CreateDate": "2025-12-21T09:50:40.5241662-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:50:40.5241662-08:00",
"LastModifiedUser": "sample string 7"
}
],
"Total": 1,
"Message": "sample string 1"
}