get https://api.accelevents.com/rest/host/event//waitlist
This API is used to get all wait lists.
Here is the description of response attributes.
Attributes | Description |
---|---|
waitListId | This field returns wait list id for updation. |
timeAddedToList | This field returns time when wait list was added. |
timeTicketsBecameAvailable | This field returns time of tickets became available. |
status | This field returns wait list status , which can be any from WAITING, TICKET_PURCHASED, TICKET_PURCHASE_EXPIRED, DELETED. |
Here is the possible error messages, which return if any condition gets failed or required data is missing for processing.
Error Code | Error Description |
---|---|
200 | Successfully retrieved all wait list |
401 | You are not authorized to view the resource. |
403 | Accessing the resource you were trying to reach is forbidden. |
404 | The resource you were trying to reach is not found. |
4061201 | Wait List is not enabled for this event. |
4030201 | Not Event Host. |