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": "b6bd38b5-59e2-4ad4-9bb3-c541141ccf02",
"Asset": {
"AssetId": "997ee8e3-f024-47ed-bb2f-d91d50ac9bc0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "e304e45b-23fd-4de6-9ea9-d4f9946aa0ac",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "bf182f4e-0fb0-40ac-aa34-a5445a9ad298",
"CreateDate": "2026-05-04T09:58:08.3688089-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-04T09:58:08.3688089-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "cb4e2a2b-70d1-4e29-86ca-81ef3f2417a0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-04T09:58:08.3688089-07:00",
"MeasurementValueNeededDate": "2026-05-04T09:58:08.3688089-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "3f7ba7d6-feee-4e1b-b2b0-d8bf9e2888e8",
"CreateDate": "2026-05-04T09:58:08.3688089-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-04T09:58:08.3688089-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-04T09:58:08.3688089-07:00",
"MeasurementValueNeededDate": "2026-05-04T09:58:08.3688089-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a66ce25e-d98f-487e-a4bb-6f1929d89fca",
"CreateDate": "2026-05-04T09:58:08.3688089-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-04T09:58:08.3688089-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "0d906b41-445f-46b0-9534-b574a7b4f510",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e304e45b-23fd-4de6-9ea9-d4f9946aa0ac",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "bf182f4e-0fb0-40ac-aa34-a5445a9ad298",
"CreateDate": "2026-05-04T09:58:08.3688089-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-04T09:58:08.3688089-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "ed62b739-536e-421e-a977-72ab15805e06",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ad11ee69-23c7-42ba-9b0f-2d24596b903b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "940a1850-0e6b-442c-875c-6bbd08a438d6",
"CreateDate": "2026-05-04T09:58:08.3688089-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-04T09:58:08.3688089-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": "828784df-a0aa-49d5-bcf6-0275f486ed34",
"CreateDate": "2026-05-04T09:58:08.3688089-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-04T09:58:08.3688089-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d2a9b177-403f-4376-ba04-8ec5a1f1aaa4",
"CreateDate": "2026-05-04T09:58:08.3688089-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-04T09:58:08.3688089-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}