Search Venues and Groups
POST /v2/venue/get/groups
Returns a list of venues and venue groups in tree structure matching the search parameters provided in your request. By default, only the first 50 searched venues will be returned.
The start date and time range of the venues to be searched.
The end date and time range of the venues to be searched.
true, If you would like to search for venues that are available to be booked.
false, To not restrict the search by availability.
true, I f you would like to search for venues that are already booked.
false, To not restrict the search by reserved venues.
What direction you would like to page for your next set of results. The only values allowed are forward or reverse .
The venue id of the last venue on your current set of results to be used as the reference point for your next set of results.
true if you want to include empty venue groups too, false otherwise.
The Page Number of the Venue list results.
If Offset is specified then it will fetch the next number of records after offset and skip the previous records, for e.g If there are 50 records and offset is 10 then records will be fetched from 11 to 50.
The number of records per page.
The sorting of data as per the ColoumnName provided.
NOTE: Sorting order cannot be passed along with NextPageDirection and LastPageVenueId.