The API documentation at YCBM API docs is a bit bewildering. Is it out of date? Some observations:
- The booking API allows “fields” in the query string but the document never lists the fields that are allowed
- The example above the Booking API methods says that it’s possible to filter using the “search” parameter and then provides this sample using
?filter=
instead of?search=
- On this page it says that there’s a call possible to
v1/profiles/{profileId}/bookings
but the API documentation page doesn’t show any such
(By watching what happens in the Network tab of the devtools I found that using fields=*,*.*,*.*.*,*.*.*.*,*.*.*.*.*
I can have it return much much more of the booking data structure.)
Is there any other source of documentation?