Returns full detail for a single published event, including ticket products, attendees, related events, and comments.
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
Id from GET /api/public/events or GET /api/public/events/my._shape=Event.Name,Event.StartDateUtc,Event.EventProducts,RelatedEvents.EventDetails object.
CalendarEvent schema.Coworker objects for event attendees — used for social proof displays (“X people are going”).newComment endpoint to post a comment.true, the comment is visible to all customers.Id and FullName.| Context | Source file |
|---|---|
Event detail page (/events/{id}) | src/views/events/details/data.ts |
| Basket item preview (event ticket in basket) | src/components/Basket/items/EventBasketItemRow.tsx |
Event checkout page (/checkout/event) | src/views/public/checkout/event/useEventCheckoutData.ts |
| Method | Endpoint | Description |
|---|---|---|
GET | /api/public/events | Paginated list of published events |
GET | /api/public/events/{eventId}/product/{productId} | Detail for a specific ticket product |
POST | /api/public/events/{id}/joinWaitingList | Join the waiting list for a sold-out event |
GET | /api/public/events/my | Events the authenticated customer has tickets for |
POST | /en/events/newComment | Post a comment on an event |