Migrated from Redmine #1054 | Author: Jim Denny
Status: New | Priority: Low, I can wait | Created: 2023-05-15
Hi.
I am using the following API endpoint: https://user-api-v2.simplybook.cc/admin/bookings
Our clients provide a date in the intake form/additional fields section when making the booking.
I can retrieve bookings when specifying the exact date this like: filter[additional_fields][xxxxxxxx] = 2020-01-01
However, I would like to know if a wildcard search is possible? We don’t always know the year. Example: -01-01 or 20-01-01
Thanks, James