Event waits are used to get on a waiting list for an Event that has few or no remaining Tickets,
so that you can get notified when tickets become available.
Event Waits are accessed via /api/eventwait
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in EventWaitProperties.
See "Related Objects" in Introduction for how to use them.
The Convention this event wait belongs to.
The Event this event wait belongs to.
The User this event wait belongs to.
The services used to fetch and manipulate event waits.
Searching event waits across all conventions is no longer supported. To search on a single convention see "Relationships" in Convention.
POST /api/eventwait
Returns the same as a normal read.
GET /api/eventwait/xxx
Returns:
{ "id" : "xxx", "user_id" : "xxx", ... }
PUT /api/eventwait/xxx
Returns the same as a normal read.
DELETE /api/eventwait/xxx
Returns:
{ "success" : 1 }