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": "90412ef1-6f7c-48d9-af98-4452d54faaf5",
"Asset": {
"AssetId": "76dbdd9b-87a8-4acf-b5d5-1a0d4740de66",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "87887c6d-1373-4509-93cf-f282705548ab",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ce2aca79-e597-4d8e-a23d-0ce02edd5eb2",
"CreateDate": "2025-12-04T05:35:48.0383419-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-04T05:35:48.0383419-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "86e0b663-c57f-4f2e-a919-9fc48bcd048a",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-04T05:35:48.0383419-08:00",
"MeasurementValueNeededDate": "2025-12-04T05:35:48.0383419-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0bffa79b-6d9f-4443-bdbf-35583c9fa396",
"CreateDate": "2025-12-04T05:35:48.0383419-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-04T05:35:48.0383419-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-04T05:35:48.0383419-08:00",
"MeasurementValueNeededDate": "2025-12-04T05:35:48.0383419-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "780f17de-bc7f-4249-b6f6-f0e280eddec3",
"CreateDate": "2025-12-04T05:35:48.0383419-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-04T05:35:48.0383419-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "2465f157-d2e4-444b-b6e0-a4435febd658",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "87887c6d-1373-4509-93cf-f282705548ab",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ce2aca79-e597-4d8e-a23d-0ce02edd5eb2",
"CreateDate": "2025-12-04T05:35:48.0383419-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-04T05:35:48.0383419-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "7b12a863-7d69-4ddb-a900-09e1bcc55caa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e5a55d6d-e263-4233-bd9d-3a6e19441fe7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5a9e98e4-95b8-41e9-b772-4fd755ac8269",
"CreateDate": "2025-12-04T05:35:48.0383419-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-04T05:35:48.0383419-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": "96264da0-213f-42bd-8039-fb10e7530a03",
"CreateDate": "2025-12-04T05:35:48.0383419-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-04T05:35:48.0383419-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e38ebd99-e39b-461d-95a1-645da8490fd4",
"CreateDate": "2025-12-04T05:35:48.0383419-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-04T05:35:48.0383419-08:00",
"LastModifiedUser": "sample string 7"
},
{
"PropertyId": "90412ef1-6f7c-48d9-af98-4452d54faaf5",
"Asset": {
"AssetId": "76dbdd9b-87a8-4acf-b5d5-1a0d4740de66",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "87887c6d-1373-4509-93cf-f282705548ab",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ce2aca79-e597-4d8e-a23d-0ce02edd5eb2",
"CreateDate": "2025-12-04T05:35:48.0383419-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-04T05:35:48.0383419-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "86e0b663-c57f-4f2e-a919-9fc48bcd048a",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-04T05:35:48.0383419-08:00",
"MeasurementValueNeededDate": "2025-12-04T05:35:48.0383419-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0bffa79b-6d9f-4443-bdbf-35583c9fa396",
"CreateDate": "2025-12-04T05:35:48.0383419-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-04T05:35:48.0383419-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-04T05:35:48.0383419-08:00",
"MeasurementValueNeededDate": "2025-12-04T05:35:48.0383419-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "780f17de-bc7f-4249-b6f6-f0e280eddec3",
"CreateDate": "2025-12-04T05:35:48.0383419-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-04T05:35:48.0383419-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "2465f157-d2e4-444b-b6e0-a4435febd658",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "87887c6d-1373-4509-93cf-f282705548ab",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ce2aca79-e597-4d8e-a23d-0ce02edd5eb2",
"CreateDate": "2025-12-04T05:35:48.0383419-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-04T05:35:48.0383419-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "7b12a863-7d69-4ddb-a900-09e1bcc55caa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e5a55d6d-e263-4233-bd9d-3a6e19441fe7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5a9e98e4-95b8-41e9-b772-4fd755ac8269",
"CreateDate": "2025-12-04T05:35:48.0383419-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-04T05:35:48.0383419-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": "96264da0-213f-42bd-8039-fb10e7530a03",
"CreateDate": "2025-12-04T05:35:48.0383419-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-04T05:35:48.0383419-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e38ebd99-e39b-461d-95a1-645da8490fd4",
"CreateDate": "2025-12-04T05:35:48.0383419-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-04T05:35:48.0383419-08:00",
"LastModifiedUser": "sample string 7"
}
],
"Total": 1,
"Message": "sample string 1"
}