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": "fcba4069-6cdf-4a47-a71e-abd3ccaf93d2",
"Asset": {
"AssetId": "9e1333cc-e3fb-4e95-8cb4-403002b31ae4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "f3bf1f0c-703d-40f4-a6e6-f04b7a2145dd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f4905941-0a34-4ddf-a1be-3a291b3b1727",
"CreateDate": "2025-11-05T00:56:35.9408357-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-05T00:56:35.9408357-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "e4771295-23d1-41ef-97f3-88ba26f332bd",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-05T00:56:35.9408357-08:00",
"MeasurementValueNeededDate": "2025-11-05T00:56:35.9408357-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "23a9d35e-5591-4b00-b5ee-de0d5a80f472",
"CreateDate": "2025-11-05T00:56:35.9408357-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-05T00:56:35.9408357-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-05T00:56:35.9408357-08:00",
"MeasurementValueNeededDate": "2025-11-05T00:56:35.9408357-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a8824acf-fda4-4648-9e9a-70c6a9d02a86",
"CreateDate": "2025-11-05T00:56:35.9408357-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-05T00:56:35.9408357-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "1bb69fa7-5b0a-48c2-b5d0-269918f41e7b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f3bf1f0c-703d-40f4-a6e6-f04b7a2145dd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f4905941-0a34-4ddf-a1be-3a291b3b1727",
"CreateDate": "2025-11-05T00:56:35.9408357-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-05T00:56:35.9408357-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "733abaad-42ce-4973-b24e-d38e3412e4fa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7c5d9ff0-3888-4c22-9e53-36f5840e24e9",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "68344ac3-e90f-42bf-bfa4-363592a6b020",
"CreateDate": "2025-11-05T00:56:35.9408357-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-05T00:56:35.9408357-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": "c82c63e2-769a-4ae3-b26a-d7ed8350d6a9",
"CreateDate": "2025-11-05T00:56:35.9408357-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-05T00:56:35.9408357-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "b6bff7e3-dced-4d26-b4fa-0372c1272d90",
"CreateDate": "2025-11-05T00:56:35.9408357-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-05T00:56:35.9408357-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}