Get Event Details (Legacy)
Legacy (deprecated)
Get Event (Legacy)
deprecated
Legacy single-event endpoint — use Get Event for new integrations
GET
Get Event Details (Legacy)
This endpoint returns comprehensive information about a specific event, including its location, resources, staff assignments, and associated booking details.
Migrating to
The new endpoint returns a slim default body with foreign-key ids; relations move behind
Response
The response includes a detailed event object containing:- Event identification and basic details
- Location information (venue name, address)
- Assigned resources (equipment, machines)
- Staff assignments
- Associated addons
- Booking status and details
- Event brief reference
Common Use Cases
- Retrieving event details for display
- Checking resource and staff assignments
- Verifying event location and timing
- Accessing booking information
- Confirming addon selections
Notes
- The event ID must be valid and associated with your company
- Returns a 404 error if the event is not found
- All event times are returned in ISO 8601 format with timezone
- Access requires a valid API key with appropriate permissions
Migrating to GET /events/{id}
The new endpoint returns a slim default body with foreign-key ids; relations move behind expand[]. Key mappings:
| Legacy (top-level flat) | v2 (nested via expand) |
|---|---|
leadCompanyName | booking.lead.companyName (with expand[]=booking.lead) |
booking.eventTypeName | booking.eventType.name (with expand[]=booking.eventType) |
location, resources, staff, addons (always present) | Available via expand[]=location, expand[]=resources, etc. |
Authorizations
API key for authentication
Path Parameters
The unique identifier of the event
Response
Event data retrieved successfully

