Search Venue Bookings
POST /v2/venue/get/booking
Returns a list of venue bookings matching the search parameters provided in your request. The page size is 50 by default.
The start date and time range of the venue bookings to be searched.
The end date and time range of the venue bookings to be searched.
true if you want to filter out results with specified VenueGroupId or BookingId, false otherwise.
If specified, the results will be filtered to return results for venues present under specified VenueGroupId only.
true to include special day as venue bookings in your result, false otherwise.
What direction you would like to page for your next set of results. The only values allowed are forward or reverse.
The booking id of the last venue booking on your current set of results to be used as the reference point for your next set of results.
If specified, the results will be filtered to return bookings booked for specified venue ids only.
true to return setup or set down bookings in your results.
false to not return setup or set down bookings in your results.
true if you would like to search for reserved bookings.
false to not restrict the search by reserved bookings.