Get Booking List
Get Booking List
POST
[PlatformAddress]/api/1.0/venue?action=getBookingList
Get a list of bookings.
Path Parameters
Name
Type
Description
venueId
integer
The id of the venue
perPage
integer
The number of bookings to get in a single call
The result from this call will be a collection of all the events the user has access to. This call also accepts the pagination and filter properties.
Example Request
Get a specific venue’s Booking List
currentStatus:
One of the following values:
1 = Prospective
2 = Tentative
3 = Confirmed
4 = Cancelled
5 = Ordering
8 = Not Accepted
Additional Filter Properties
Property
Description
Type
companyId
Filter by unique id of company
integer
contactId
Filter by unique id of contact
integer
modifiedDateBefore
Filter by Modified Date
modifiedDateAfter
Filter by Modified Date
Last updated