[#1476] Admin Bookings Rest V2 API - Filters

Migrated from Redmine #1476 | Author: Tom B
Status: Feedback | Priority: High, I’m very impatient | Created: 2025-10-15


We cannot seem to find a way to filter bookings updated since a date.
For example, today, we would pull all bookings updated since last week, then tomorrow Am we pull all bookings updated/created since previous day (future and past dates of service).

we tried
“filter[record_date_from]”
“filter[date_from]”
“filter[created_date_from]”

How do we filter or achieve result?

Val Komarov wrote:

We currently provide only filtration by specific single creation date ( @filter[record_date]@ ), or by a range of dates booked ( @filter[date_from]@ , @filter[date_to]@ )

Tom B wrote:

Would you be able to add logic to a simple >= filter where the object was created/edited since or similar functionality?
Its an easy add.
If needed, we could fund the feature addition.
It would solve us (and likely many people) from hitting your api so frequently.

Tom B wrote:

Is this possible?

(Short original content)