Index all bookings
GET
/api/saas/me/bookingsRequest
Query Params
q
string
optional
Search query
status
enum<string>
optional
Filter by booking status
Allowed values:
draftingnegotiatingreservedongoingcompletedcanceled
Example:
drafting|negotiating|reserved|ongoing|completed|canceled
limit
number
optional
Number of search results returned
offset
number
optional
Number of results to offset
order
enum<string>
optional
Order of the results
Allowed values:
ascdesc
sort
enum<string>
optional
Sort the results
Allowed values:
idstart_at
from
string <date>
optional
Filter booking duration from a date
to
string <date>
optional
Filter booking duration up to a date
Header Params
Authorization
string
optional
Bearer token from Auth0. required for accessing the endpoint.
Auth0-IdToken
string
optional
Id token from Auth0, optional for endpoint access.
Accept-Language
string
optional
Preferred language for the response content.
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Search booking with big notes
Data Schema
object {0}
Example
{}
Last modified: 17 days ago