Retrieve a single event, optionally expanding related objects
Retrieves the event with the given id. By default the response includes the event’s own scalar fields plus the foreign-key ids for related objects (Documentation Index
Fetch the complete documentation index at: https://docs.flashquotes.com/llms.txt
Use this file to discover all available pages before exploring further.
bookingId, locationId, eventBriefId). Relations are inlined only when requested via expand[].
expand[] query parameters to inline related objects. On this endpoint, paths are written as-is — no prefix.
| Path | Adds |
|---|---|
location | The event’s location object |
services | The event’s services array |
staff | The event’s staff array |
addons | The event’s addons array |
resources | The event’s resources array |
booking | The parent booking object |
booking.lead | lead inside booking (auto-promotes booking) |
booking.eventType | eventType inside booking (auto-promotes booking) |
booking.invoices | invoices array inside booking (auto-promotes booking) |
booking.* path automatically expands booking itself — you do not need to list booking separately.expand[]=booking.lead&expand[]=booking.invoices, the response inlines the nested objects under booking:
400.API key for authentication
The event id.
Inline related objects. Allow-listed paths: location, services, staff, addons, resources, booking, booking.lead, booking.eventType, booking.invoices. Requesting any booking.* path auto-promotes booking. Max 20 paths, max depth 4.
Event retrieved successfully
Default response includes only the fields below plus foreign-key ids (bookingId, locationId, eventBriefId). Related objects (location, services, staff, addons, resources, booking) appear only when requested via expand[].
event Public URL to view the event brief, or null if no brief exists.
Arbitrary JSON metadata attached to the event.
Minutes.
Minutes.
Minutes.
Minutes.
Minutes.
Minutes.
Minutes.
Present only when expand[]=location (or data.location on list).
Present only when expanded.
Present only when expanded.
Present only when expanded.
Present only when expanded.
Present only when expanded (auto-promoted by any booking.* expand).