Migrated from Redmine #100 | Author: Ara Howard Status: Resolved | Priority: High, I’m very impatient | Created: 2018-01-31
according to docs at API documentation | SimplyBook.me Online Scheduling and ticket #97 a ‘date_from’ filter can be used to limit those bookings returned. however, we’re not seeing this work via the admin api
i’m attaching two files, a.json (the result of the 1st request w/o a date_from filter) and b.json (the same result with a date_from filter) - note that these are exactly the same.
the api doesn’t return any errors, obviously, but also doesn’t seem to limit via date_from
hrm. the issue, i found, was that passing params: fails. for the ‘empty’ query one must pass params[{}] (empty object literal) or else the call fails with ‘params is not an array’ - even tho it is: