Valuation

Retrieve the complete valuation history for a property.

Args: pid: Landcor property identifier in xxx-xxx-xxx format.

Returns:
    ValuationHistoryResponse containing chronological valuation data points.

Business Rules:
    * A 404 error is raised if no valuation history exists for the PID.
get/valuationRange/{pid}/history

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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.