Links
Comment on page

Get Booking List

post
[PlatformAddress]/api/1.0/venue?action=getBookingList
Get Booking List
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
{
"venueId": "1",
"perPage": 1
}

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
Text
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