Get Booking List For Account
Get Booking List for Account
POST
[PlatformAddress]/api/1.0/venue?action=getBookingListForAccount
A collection of bookings for the account that the user has access (as opposed to bookings for a single venue in an account for get Bookings List)
Path Parameters
Name | Type | Description |
---|---|---|
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. The per page value is required, for example {"perPage":10}
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
9 = Prospective Hold
Additional Filter Properties
Property | Description | Type |
---|---|---|
modifiedDateBefore | Filter by Modified Date | |
modifiedDateAfter | Filter by Modified Date |
Last updated