v1

latestOpenAPI 3.1.02026-08-04123846.7 KB
Comparables

Retrieve properties comparable to the given PID.

get/comparables/{pid}

Path parameters

pidstring required

Property identifier in format xxx-xxx-xxx

Property identifier in format xxx-xxx-xxx

Response

Successful Response

pidstring required

Property identifier in format xxx-xxx-xxx

Example response

{
  "pid": "xxx-xxx-xxx",
  "comparables": [
    {
      "sale": {
        "sale_date": "2023-08-15",
        "sale_price": 850000
      }
    }
  ]
}