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": "a85032c6-f5e9-4572-8758-7a8afa20fc6a",
"Asset": {
"AssetId": "b84f36de-d15d-45ea-b89b-4337cc705af2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "4e110737-18e3-45f9-9c3c-a008ddcb1f32",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2fcc3e50-9973-4498-987e-4dea5cfa67a1",
"CreateDate": "2026-08-03T02:29:45.0287225-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:29:45.0287225-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "7f0a097d-4447-4477-912f-2347354c4c36",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-03T02:29:45.0287225-07:00",
"MeasurementValueNeededDate": "2026-08-03T02:29:45.0287225-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f0ad210b-3f79-4db7-88d0-94adfda3f80d",
"CreateDate": "2026-08-03T02:29:45.0287225-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-03T02:29:45.0287225-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-03T02:29:45.0287225-07:00",
"MeasurementValueNeededDate": "2026-08-03T02:29:45.0287225-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "645811fb-6f53-4128-8e37-dd9357bdf650",
"CreateDate": "2026-08-03T02:29:45.0287225-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-03T02:29:45.0287225-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "617e6182-34a1-4c91-a554-d248396600a1",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "4e110737-18e3-45f9-9c3c-a008ddcb1f32",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2fcc3e50-9973-4498-987e-4dea5cfa67a1",
"CreateDate": "2026-08-03T02:29:45.0287225-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:29:45.0287225-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "01ddaceb-a2e1-4dce-a42f-1a0a9e9b2cde",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5903d65f-c504-4c30-8682-da12f5bf2a7f",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6ff6debe-3ef6-48b9-8fb5-dfcb0151707d",
"CreateDate": "2026-08-03T02:29:45.0287225-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-03T02:29:45.0287225-07: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": "b0cb6094-bf1e-44f1-a34b-075eeded57b8",
"CreateDate": "2026-08-03T02:29:45.0287225-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:29:45.0287225-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0150991a-7d09-4685-96e0-79a6d9398f28",
"CreateDate": "2026-08-03T02:29:45.0287225-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:29:45.0287225-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}