Request Parameters:
accountId (PathVariable) required
â—Ź Type: String
â—Ź Description: Unique identifier for the account.
bookingPageIds (RequestParam)
â—Ź Type: Array of Strings
â—Ź Description: List of booking page identifiers, if not present, all booking
pages will be included in the response.
statuses (RequestParam)
â—Ź Type: Array of Strings
â—Ź Description: List of booking statuses that should be included in the
response
â—Ź Valid values: tentative, rejected, cancelled, upcoming, inProgress, finished
and noShow
fromBookingId (RequestParam)
â—Ź Type: String
â—Ź Description: Starting booking id considered in the sort operation
from (RequestParam) required
â—Ź Type: Date
â—Ź Description: Start date (ISO) of the time range.
● Format (yyyy-MM-dd’T’HH:mm:ss.SSSXXZ) eg. 2010-12-01T00:00:00Z
to (RequestParam)
â—Ź Type: Date
â—Ź Description: End date (ISO) of the time range.
● Format (yyyy-MM-dd’T’HH:mm:ss.SSSXXZ) eg. 2010-12-01T00:00:00Z
searchTextCriteria (RequestParam)
â—Ź Type: Array of Strings
â—Ź Description: List of booking fields to be compared with the provided
searchText
â—Ź Valid values: title, form, ref
searchTimeRangeCriteria (RequestParam)
â—Ź Type: String
â—Ź Description: Field should be used to filter a time range with parameters
from and to.
â—Ź Default value: startsAt
â—Ź Valid values: startsAt, createdAt
searchText (RequestParam)
â—Ź Type: String
â—Ź Description: Text to be compared with the parameter searchTextCriteria
direction (RequestParam)
â—Ź Type: String
â—Ź Default Value: forwards
â—Ź Description: Pagination direction.
â—Ź Valid values: forwards, backwards
sortBy (RequestParam)
â—Ź Type: String
â—Ź Default Value: startsAt
â—Ź Description: Sorting criteria for the booking list.
â—Ź Valid values: startsAt, createdAt
pageSize (RequestParam)
â—Ź Type: Integer
â—Ź Default Value: 50
â—Ź Description: Number of bookings per page.
â—Ź Valid values: Any integer between 10 and 500