GET Properties?propertyId={propertyId}
Retrieves a property by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyId |
Id of the property |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the property.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Property |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PropertyId": "5d7ee286-07ea-46f1-8566-20996c1de14f",
"Asset": {
"AssetId": "4815f542-e318-4d85-ad7f-1329e4fcd88b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "430bf36f-6256-42e3-9d96-4bb14619eef5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9d5a0bcc-18b0-4803-b66b-6d1b82660902",
"CreateDate": "2025-11-15T02:23:13.1946633-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-15T02:23:13.1946633-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c2415e43-3f1c-4f21-86ea-085aaabdc998",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-15T02:23:13.1946633-08:00",
"MeasurementValueNeededDate": "2025-11-15T02:23:13.1946633-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "838a4db1-7cbf-463c-93a8-50d2a9a30bb5",
"CreateDate": "2025-11-15T02:23:13.1946633-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-15T02:23:13.1946633-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-15T02:23:13.1946633-08:00",
"MeasurementValueNeededDate": "2025-11-15T02:23:13.1946633-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "45593f4b-ddaa-4535-a491-96580fee6b69",
"CreateDate": "2025-11-15T02:23:13.1946633-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-15T02:23:13.1946633-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "c7df72b5-a42a-4bba-a476-72a063417c87",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "430bf36f-6256-42e3-9d96-4bb14619eef5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9d5a0bcc-18b0-4803-b66b-6d1b82660902",
"CreateDate": "2025-11-15T02:23:13.1946633-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-15T02:23:13.1946633-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "b906d929-ff06-4dde-a3d7-3c363347346b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "dbee3b97-fb9a-4f10-8576-6e30ce7f6f3b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0b43ccbd-255c-4e0b-aff5-1e9cfe92e765",
"CreateDate": "2025-11-15T02:23:13.1946633-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-15T02:23:13.1946633-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": "632a85dc-6c44-4820-ab2d-f0019fa94f6e",
"CreateDate": "2025-11-15T02:23:13.1946633-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-15T02:23:13.1946633-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e4be4944-6f40-4592-999e-98888e9265d1",
"CreateDate": "2025-11-15T02:23:13.1946633-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-15T02:23:13.1946633-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}