Retrieve all booking series and one-off bookings.

Returns all bookings, including single (non-recurring) bookings and one entry per recurring series. For recurring bookings, only the first instance is returned — not the full list of occurrences. To retrieve individual instances in a series, use the /bookings/occurrences endpoint.

Required scopes: flex.space.bookings.read

Path Params
string
required

organization slug

Query Params
string

Filter by the _id of the booking.
Supports both single id values (e.g., id=603dfbc260f4054084125d33) and array operations (e.g., id[$in]=603dfbc260f4054084125d33,603dfbc260f4054084125d34).
Note: Multiple values in simple string format (e.g., id=603dfbc260f4054084125d33,603dfbc260f4054084125d34) are not allowed - use id[$in] format instead.

string

Filter by company id.

string

Filter by member id.

string

Filter by location id.

string

Filter by single or multiple resource ids.

string

Filter bookings based on the start date of the series or standalone booking. For recurring bookings, this refers to the start of the entire series (i.e., the first occurrence). For one-off bookings, it refers to the booking’s own start time. Supports date comparison filters: $gt, $gte, $lt, $lte

string

Filter bookings based on the end date of the series or standalone booking. For recurring bookings, this refers to the end of the first occurrence (as returned by /bookings) or the end of each instance (in /bookings/occurrences). For one-off bookings, it refers to the booking’s own end time. Supports date comparison filters: $gt, $gte, $lt, $lte

string

Filter by single or multiple reference numbers.

boolean

Determines whether the whole booking is canceled or not.

string

Filter by the modified date. Supports date comparison filters: $gt, $gte, $lt, $lte

string

Support date comparison filters: $gt, $gte, $lt, $lte

string

Select fields to return

string
string
number
Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json