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": "52831096-bb92-4679-8dab-039414a67bc0",
"Asset": {
"AssetId": "07f401cc-1bb2-4863-bb01-fd696dc6fab4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "c72d4060-fe90-4ed4-ab53-cc4b5cfb6805",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "60bf083b-a8ce-473b-8ef7-efd60be1f997",
"CreateDate": "2026-08-23T08:29:43.2131774-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:29:43.2131774-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "be683251-6fe8-4486-8a00-0ebaa4ed5c8d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:29:43.2131774-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:29:43.2131774-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "31bc5e7c-db23-4e08-89c7-96ae172ef7f9",
"CreateDate": "2026-08-23T08:29:43.2131774-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:29:43.2131774-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-23T08:29:43.2131774-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:29:43.2131774-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4322164c-b0b8-4965-9aaf-e94a129b3421",
"CreateDate": "2026-08-23T08:29:43.2131774-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-23T08:29:43.2131774-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "21471899-a487-4793-9feb-5d9221d4bb09",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "c72d4060-fe90-4ed4-ab53-cc4b5cfb6805",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "60bf083b-a8ce-473b-8ef7-efd60be1f997",
"CreateDate": "2026-08-23T08:29:43.2131774-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:29:43.2131774-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "bf83a080-8340-4629-a63f-8dcc56ec387d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "14fbaa8f-b3a9-4a6e-8d66-bc17c35263fd",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b68cd2e0-f9d5-4e09-80b3-d6a17e17d0e1",
"CreateDate": "2026-08-23T08:29:43.2131774-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:29:43.2131774-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": "7fe10f09-fc72-4dcb-a661-2015a4801df5",
"CreateDate": "2026-08-23T08:29:43.2131774-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:29:43.2131774-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a674b594-a8e7-480b-ad97-932e84fa66bc",
"CreateDate": "2026-08-23T08:29:43.2131774-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:29:43.2131774-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}