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": "8e430275-e589-4164-9b0d-13d6cc497170",
"Asset": {
"AssetId": "3b631efd-b553-4916-ad31-cd484a5c9a08",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "3fa4036a-f47f-4f50-ba79-a5f0e365dbea",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4520138d-b4d5-4060-902f-c475e8b8ca74",
"CreateDate": "2026-05-09T22:15:57.5501583-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-09T22:15:57.5501583-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c9589618-4290-4fe6-bfdc-b78c237ac02e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-09T22:15:57.5501583-07:00",
"MeasurementValueNeededDate": "2026-05-09T22:15:57.5501583-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b55a3082-f2be-4bad-a037-790ab833db8c",
"CreateDate": "2026-05-09T22:15:57.5501583-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-09T22:15:57.5501583-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-09T22:15:57.5501583-07:00",
"MeasurementValueNeededDate": "2026-05-09T22:15:57.5501583-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d9154f17-3bbe-4cee-9b05-f18bb2b8e8a8",
"CreateDate": "2026-05-09T22:15:57.5501583-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-09T22:15:57.5501583-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "df58ede7-e08c-4121-9f7c-8ffa1e44a7ac",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3fa4036a-f47f-4f50-ba79-a5f0e365dbea",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4520138d-b4d5-4060-902f-c475e8b8ca74",
"CreateDate": "2026-05-09T22:15:57.5501583-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-09T22:15:57.5501583-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "be6e1e97-fb13-4d3b-b7af-9e053ab2c8ef",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "02b725f9-50dc-46fe-a7a0-33d8f431e15e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b5531a7b-8bd9-402b-98ac-45c56eecdb49",
"CreateDate": "2026-05-09T22:15:57.5501583-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-09T22:15:57.5501583-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": "5f7be750-c920-482e-948a-307f1042759b",
"CreateDate": "2026-05-09T22:15:57.5501583-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-09T22:15:57.5501583-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "124aade6-f48f-4f79-ad53-cc6fbc70a016",
"CreateDate": "2026-05-09T22:15:57.5501583-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-09T22:15:57.5501583-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}