Retrieve all bookings

Retrieve all bookings.

Query Params
number
required

Parameter defining the limited number of results that need to be returned. Refer to Paging section for more information.

string

Parameter defining the next page pointer. Refer to Paging queries section for more information.

string

Parameter defining the previous page pointer. Refer to Paging queries section for more information.

string

Filter by team id

string

Filter by member id

string

Filter by location id.

Response

Response body
array of objects
object
string

The _id of the booking.

boolean

Determines whether the booking is tentative or not.

object

Contains the start date of the booking.

object

Contains the end date of the booking.

string

The _id of the employee associated with the booking.

string

The _id of the team associated with the booking.

string

The _id of the resource associated with the booking.

string

The description of the booking.

string

The title of the booking.

object

Determines whether the booking has buffer slots before and after.re

array of strings

An array containing a list of all the _ids of teammates associated with the booking. This is possible if the employee associated with the booking is part of a team - those team's employees can be added here.

members
array of strings

An array containg a list of all the _ids of external visitors associated with the booking.

visitors
object

Determines the recurrence rules for the booking.

Language
Credentials
OAuth2
URL