get https://api.accelevents.com/rest/events//waitlist/setting
User can use this api to get the details of waitlist setting.
User have to pass a eventurl for which they want to get the wait list details.
Here is the description of response attributes, which returns in the form of JSON.
Attributes | Description |
---|---|
manualReleaseTickets | It will return true if event host set the release wait list manually. |
maxWaitListSize | It will return allowed max wait limit count. |
maxWaitListSizeReached | It will provide true if max wait limit is reached. |
phoneNumberRequired | If event host have set phone number required than it will return true. |
remainingTickets | It will provide a remaining wait list ticket size. |
timeToRespondInDays | It will provide a respond time for pending wait list tickets in days. |
timeToRespondInHours | It will provide a respond time for pending wait list tickets in hours. |
timeToRespondInMinutes | It will provide a respond time for pending wait list tickets in minutes. |
waitListEnabled | It will return true, if wait list enabled. |
waitListTicketReleaseMessage | It will provide a message description which is set by the event host. |
waitListTrigger | It will return a event ticket type id for which condition needs to trigger a wait list. |
Here is the possible error messages, which return if any condition gets failed or required data is missing for processing.
Error Code | Error Description |
---|---|
4040200 | No Event could be found |