[#858] add new filter on rest api - /admin/bookings

Migrated from Redmine #858 | Author: charles LEBRUN
Status: Feedback | Priority: Normal | Created: 2022-03-28


Hello,

We are using REST API to check state of booking et do backend action (do an action if no move since 2 hours)
In this case we need to filter booking by user_status_id

i don’t see it in documentation, is it possible to add it ?

thanks

Dmytro Bondarev wrote:

Hi,
Unfortunately we do not have such filter at this moment.

Dmytro Bondarev wrote:

You can use callbacks to store bookings at your end and then cancel required bookings.