Search Venues
POST /v2/venue/get
Returns a list of venues 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.
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 would like to search for venues that are available to be booked.
false to not restrict the search by availability.
true if you would like to search for venues that are already booked.
false to not restrict the search by reserved venues.
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. If IsAscending is true, sorts the result in the ascending order else in the descending order.
NOTE: Sorting order cannot be passed along with NextPageDirection and LastPageVenueId