Bookings
Retrieve bookings
Retrieve all bookings of resources.
OAuth
Required scopes:resources.readonly
or resources
GET
Authorizations
See our authentication documentation for how to authorize your requests
Headers
The id of the network. Required when using bearer token authentication
Query Parameters
The id of the resource. Required if locationRef
is not passed.
The id of the location. Required if resourceRef
is not passed.
The id of the membership owner.
The date filter of items.
The date filter of items.
The number of items to return
Required range:
1 < x < 100
The order of filtered items. Format - field:order
. Possible field values are createDate
, endDate
, startDate
, id
. Order values - asc
, desc
.
nextPageToken retrieved from a previous request
The types of resources to retrieve bookings for. Pass them as comma separated values.
Available options:
hotDesk
, dedicatedDesk
, office
, parkingLot
, room