Add date range filtering to Owner Adjustments API
Currently, the /api/v3.2/owner-adjustments endpoint does not support filtering by start and end date. When iterating through properties with long history (for example, multiple years), the payload becomes very large and difficult to process efficiently.
Please add optional query parameters such as:
startDate
endDate
This would allow partners to limit results to a specific time window and significantly reduce payload size.
2
votes