OptionalendMatches bookings with endDate strictly after this date (ISO 8601).
OptionalendMatches bookings with endDate on or after this date (ISO 8601).
OptionalendMatches bookings with endDate strictly before this date (ISO 8601).
OptionalendMatches bookings with endDate on or before this date (ISO 8601).
OptionalstartMatches bookings with startDate strictly after this date (ISO 8601).
OptionalstartMatches bookings with startDate on or after this date (ISO 8601).
OptionalstartMatches bookings with startDate strictly before this date (ISO 8601).
OptionalstartMatches bookings with startDate on or before this date (ISO 8601).
OptionalcustomerUUID of the customer whose bookings to list.
OptionalendOptionalincludeOptionallimitMaximum number of bookings per page. Defaults to 25 when omitted or invalid; values above 100 are capped at 100.
OptionallocationUUID of the location whose bookings to list. Required when resourceRef is omitted.
OptionalmembershipOptionalnextPagination token from nextPageToken in a previous response. Keep the same filters when fetching the next page.
OptionalorderSort order as :, where field is startDate, endDate or createDate and direction is asc or desc.
OptionalresourceUUID of the resource whose bookings to list. Required when locationRef is omitted.
OptionalsingleSet to "true" to expand repeating bookings into single occurrences.
OptionalstartOptionalstatusComma-separated list of booking statuses to filter by, e.g. confirmed,canceled. Valid values: tentative, confirmed, canceled. Defaults to tentative, confirmed.
OptionaltypeComma-separated list of resource types to filter by, e.g. room,hotDesk. Valid values: hotDesk, dedicatedDesk, office, parkingLot, room, conferenceRoom, eventSpace, meetingRoom, phoneBooth, studio, equipment, station. Defaults to all bookable types.
Optionaltypes
Query parameters for
sb.resources.bookings.list().