GET 17.0/database/propertychain/{id}

Description

Retrieve Property Chain

URI Parameters

Name Description Type Additional information
id

integer

Required

None.

None.

Name Description Type Additional information
ID

integer

None.

AddedDate

date

None.

application/json, text/json

Sample:
{
  "id": 1,
  "addedDate": "2025-01-09T20:25"
}

application/xml, text/xml

Sample:
<PropertyChain xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <AddedDate>2025-01-09T20:25:30.6086332+00:00</AddedDate>
</PropertyChain>