Event
| API | Description |
|---|---|
| GET api/events?start={start}&end={end} |
Returns the current list of events for an optional date range. If start is not specified, it will use today. |
| GET api/events/{guid} |
Returns information for a given event guid. |
| GET api/events/{guid}/bookings |
Returns booking information for a given event guid. |
| GET api/events/{category}?start={start}&end={end} |
Returns the current list of events for a given event category in a date range. If start is not specified, it will use today. |
EventGroup
| API | Description |
|---|---|
| GET api/eventgroups?start={start}&end={end} |
Returns the current list of future events and their event group information. |
| GET api/eventgroups/{guid} |
Returns information for a given event group guid. |
Theater
| API | Description |
|---|---|
| GET api/theaters |
Returns the current list of theaters. |
| GET api/theaters/{guid} |
Returns theater information for the given theater guid. |
| GET api/theaters/{guid}/bookings |
Returns booking information for a given theater guid. |
Booking
| API | Description |
|---|---|
| GET api/bookings/{guid} |
Returns booking information for a given booking guid. |
| GET api/bookings/{eventGuid}/{theaterGuid} |
Returns booking information for a given event guid and theater guid |