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": "ea2cf359-e6c8-4ec0-b381-8e154078dc4a",
"Asset": {
"AssetId": "64d1f22d-21f0-47fd-bde3-e5b7e884ec73",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "295e4dc9-4f8a-45c6-a529-d8da0d296e0c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "063e813e-1177-43e7-bdc1-e0e4c918fa70",
"CreateDate": "2025-12-31T18:51:40.5838014-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T18:51:40.5838014-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "d20d77be-29d8-44ea-bf86-ed8e8da4ad65",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-31T18:51:40.5838014-08:00",
"MeasurementValueNeededDate": "2025-12-31T18:51:40.5838014-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f4500307-be2f-4b4b-9406-7a5a4a4f4cba",
"CreateDate": "2025-12-31T18:51:40.5838014-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-31T18:51:40.5838014-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-31T18:51:40.5838014-08:00",
"MeasurementValueNeededDate": "2025-12-31T18:51:40.5838014-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b7c5805e-7fb1-4a34-b827-0b2e2bacc883",
"CreateDate": "2025-12-31T18:51:40.5838014-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-31T18:51:40.5838014-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "086c1bfc-e324-4794-95eb-561872d25f27",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "295e4dc9-4f8a-45c6-a529-d8da0d296e0c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "063e813e-1177-43e7-bdc1-e0e4c918fa70",
"CreateDate": "2025-12-31T18:51:40.5838014-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T18:51:40.5838014-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "f9c24a33-8aa2-4ef2-af52-bdfe868de971",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1f456e41-3e22-4336-ace8-1ba134b40f27",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a5ed25b3-edfe-49a8-ba81-2b3948cfd66a",
"CreateDate": "2025-12-31T18:51:40.5838014-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-31T18:51:40.5838014-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": "77bb6a27-e1af-43ea-8747-1d5b835687de",
"CreateDate": "2025-12-31T18:51:40.5838014-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T18:51:40.5838014-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c62d6dae-fc98-4d04-bca5-5ae5f596c3c7",
"CreateDate": "2025-12-31T18:51:40.5838014-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T18:51:40.5838014-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}