Migrated from Redmine #1032 | Author: Matteo Frigerio
Status: Closed | Priority: High, I’m very impatient | Created: 2023-03-22
As per “Get bookings list” REST API documentation in API documentation | SimplyBook.me Online Scheduling, a call at GET https://user-api-v2.simplybook.me/admin/bookings?filter[services]=1,2 should return me a list with both items with service_id equal to 1 and 2, but I get only items of service_id 1, while items with service_id 2 are not returned despite being present (switching the order of the IDs in the request I obtain the opposite effects).