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": "cee5017a-d958-4786-bd7c-ad088e970890",
"Asset": {
"AssetId": "a6da377e-acc1-46ee-8e41-851bfd12df83",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "5d854b78-a8f1-4413-8334-63f6bd9e21a7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e34fd5a3-0b46-4827-9b7f-ca6ff834e123",
"CreateDate": "2025-12-21T09:50:54.3003707-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:50:54.3003707-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1fc188d6-2f2e-4844-ae80-a8e82d12bba7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-21T09:50:54.3003707-08:00",
"MeasurementValueNeededDate": "2025-12-21T09:50:54.3003707-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2ce4b920-b96d-4e37-bc17-5f3dbbebd334",
"CreateDate": "2025-12-21T09:50:54.3003707-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T09:50:54.3003707-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-21T09:50:54.3003707-08:00",
"MeasurementValueNeededDate": "2025-12-21T09:50:54.3003707-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "977fbf31-a1fc-47ec-b6f0-73dbb2a44192",
"CreateDate": "2025-12-21T09:50:54.3003707-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T09:50:54.3003707-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "9321add9-0969-4cd3-800e-91d9cc2b5a42",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5d854b78-a8f1-4413-8334-63f6bd9e21a7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e34fd5a3-0b46-4827-9b7f-ca6ff834e123",
"CreateDate": "2025-12-21T09:50:54.3003707-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:50:54.3003707-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "d6714898-09b1-4cb1-86b5-2a9753721f7d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a4e474cc-51f6-443a-9620-e85abf81f550",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "abc50dc3-67da-4bbb-9871-6d4c619245ed",
"CreateDate": "2025-12-21T09:50:54.3003707-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T09:50:54.3003707-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": "e23b9db3-ce31-443c-be67-ccc82a2e2ccf",
"CreateDate": "2025-12-21T09:50:54.3003707-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:50:54.3003707-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8e114709-d130-4061-8033-e27132c2ae1f",
"CreateDate": "2025-12-21T09:50:54.3003707-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:50:54.3003707-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}