Quick Reference
The below is a reference table of the resources and their paths. The "{id}" path variable always refers to the numeric ID of the entity it represents
| Resource | Name | Path | Method |
|---|---|---|---|
| Account | Summary | /account/{id} | GET |
| Banner Image | /account/{id}/bannerImage | POST | |
| Events | /account/{id}/events | GET | |
| Event Summaries | /account/{id}/eventSummaries | GET | |
| Venues | /account/{id}/venues | GET | |
| User | Summary | /user/{id} | GET |
| Search | /user?email={email} | GET | |
| Event | Summary | /event/{id} | GET |
| Create | /event | POST | |
| Sale Status | /event/{id}/setSaleStatus | POST | |
| Booking Codes | /event/{id}/bookingCodes | GET | |
| Create or Update Code | /event/{id}/bookingCode/{code} | POST | |
| Delete Code | /event/{id}/bookingCode/{code} | DELETE | |
| Payments by Event | /event/{id}/payments | GET | |
| Event Admissions | /event/{id}/eventAdmissions | GET | |
| Apply Master Ticket Changes | /event/{id}/masterTickets | PUT | |
| Create Additional Field | /event/{id}/additionalField | POST | |
| Hero Image | /event/{id}/heroImage | POST | |
| Banner Image | /event/{id}/bannerImage | POST | |
| Event Date | Summary | /eventDate/{id} | GET |
| Create | /eventDate | POST | |
| Copy | /eventDate/copy/{id} | POST | |
| Bulk Admit | /eventDate/{id}/admit | POST | |
| Bulk Unadmit | /eventDate/{id}/unadmit | POST | |
| Admissions | /eventDate/{id}/admissions | GET | |
| Admission Summaries | /eventDate/{id}/admissionSummaries | GET | |
| Minimal Admissions | /eventDate/{id}/admissionsMinimal | GET | |
| Admissions with Sales Data | /eventDate/{id}/admissionsWithSaleData | GET | |
| Payments | /eventDate/{id}/payments | GET | |
| Ticket Type | Summary | /ticketType/{id} | GET |
| Create | /ticketType | POST | |
| Set Sale Status | /ticketType/{id}/status | POST | |
| Add Tags | /ticketType/{id}/addTags/{tags} | POST | |
| Remove Tags | /ticketType/{id}/removeTags/{tags} | POST | |
| Payment | Summary | /payment/{id} | GET |
| Payment Schedule | Restart | /paymentSchedule/{id}/restart | GET |
| Order | Summary | /order/{id} | GET |
| Replace Order Data | /order/{id}/data | PUT | |
| Update Order Data | /order/{id}/data | POST | |
| Admission | Summary | /admission/{id} | GET |
| Admit | /admission/{id}/admit | POST | |
| Change Data | /admission/{id}/data | PUT | |
| Venue | Summary | /venue/{id} | GET |
| Venue | Create | /venue | POST |
| Create Section | /venue/{id}/venueSection | POST | |
| Venue Section | Summary | /venueSection/{id} | GET |
| Reservation | Summary | /reservation/{id} | GET |
| Cancel | /reservation/{id} | DELETE | |
| Reserve | /reservation | POST | |
| Lock | /reservation/{id}/lock | POST | |
| Pay | /reservation/{id}/payment | POST | |
| Master Ticket | Summary | /masterTicket/{id} | GET |
| Create | /masterTicket | POST | |
| Update Sale Status | /masterTicket/{id}/saleStatus | PUT | |
| Cart | Summary | /cart/{cartId} | GET |