[#1410] Please let me know the full specification of booking listing API

Migrated from Redmine #1410 | Author: Wonmo Kang
Status: Feedback | Priority: High, I’m very impatient | Created: 2025-05-08


I am checking your documentation about Get booking list REST API (https://user-api-v2.simplybook.me/admin/bookings) but it seems outdated.

  • It says ‘date - filter by date’ but nothing about “how to specify the date range”.
  • It does not even mention about ordering, but it actually has ordering criteria and direction parameters (I checked another issue)

I am sick of such hide-n-seek. I want the full specification of Get booking list REST API; the complete list of parameters and their use.

Ronaldo Rogerio Pereira wrote:

Hi, I also would like help on this matter. I manage to filter for dates using:

‘filter[date_from]’ = ‘2025-08-27’
‘filter[date_to]’ = ‘2025-08-28’

But Im struggling to filter by record_date. Via the Simplybook Bookings Report page I notice the request is send with:

?page=1&on_page=100&filter%5Bcreated_date_from%5D=2025-08-26&filter%5Bcreated_date_to%5D=2025-08-27&order_field=date_start&order_direction=desc

But could not replicate the same.

Cheers

Dmytro Bondarev wrote:

Hi, there are filters:
date_from, date_to and record_date.

We are working on full documentation currently.

Ronaldo Rogerio Pereira wrote:

Thanks for your reply Dmytro. Would that be possible filter by a range of record_date? For example:

‘filter[record_date_from]’ = ‘2025-08-27’
‘filter[record_date_to]’ = ‘2025-08-28’

Thanks