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": "2dac3767-a791-434c-b893-a487cb2fa7b8",
"Asset": {
"AssetId": "9200cb7b-2c89-4deb-9fb5-18ec531dc92c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "b4bdfc37-bab4-49eb-9bf3-e7daaac9c6e6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "477edac5-294c-4fb1-a19b-20339814d5e1",
"CreateDate": "2026-06-28T10:35:34.3105429-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-28T10:35:34.3105429-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "da5ea28a-b0c6-4bb1-b283-4dde3d36d6c2",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-28T10:35:34.3105429-07:00",
"MeasurementValueNeededDate": "2026-06-28T10:35:34.3105429-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "35073dbf-e283-43fd-86cd-04e0ee03c562",
"CreateDate": "2026-06-28T10:35:34.3105429-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-28T10:35:34.3105429-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-28T10:35:34.3105429-07:00",
"MeasurementValueNeededDate": "2026-06-28T10:35:34.3105429-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "8a7ab2a1-4e10-4dfe-85f3-75e1f4956019",
"CreateDate": "2026-06-28T10:35:34.3105429-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-28T10:35:34.3105429-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "80419e46-b092-4136-98b7-63d404ef3a40",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b4bdfc37-bab4-49eb-9bf3-e7daaac9c6e6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "477edac5-294c-4fb1-a19b-20339814d5e1",
"CreateDate": "2026-06-28T10:35:34.3105429-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-28T10:35:34.3105429-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "3005ee78-4876-4024-af7c-5ac9fbf9be68",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "8e637551-adc3-42c3-b357-9f6dd3f984ba",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "624a17f9-c0ed-40a8-a5fb-777aef52722e",
"CreateDate": "2026-06-28T10:35:34.3105429-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-28T10:35:34.3105429-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": "421bd7dd-637c-4505-9147-9e8561e2d8c6",
"CreateDate": "2026-06-28T10:35:34.3105429-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-28T10:35:34.3105429-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "696b5fc1-2e0a-4db7-9f70-c0d239a01802",
"CreateDate": "2026-06-28T10:35:34.3105429-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-28T10:35:34.3105429-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}