Property History

GET http://127.0.0.1:2026/api/property/history

Retrieves the complete transaction history for a specific property, including sale dates, prices, and transaction types in chronological order.
Access token
cURL
Python
JavaScript
curl -X GET "http://127.0.0.1:2026/api/property/history" \ -H "Authorization: Bearer test" \ -H "Content-Type: application/json"
Response
// Click the Run button to initiate the API request