Skip to main content
GET
Get Event Details (Legacy)
Deprecated. This endpoint returns the original flat response shape. It is maintained for backwards compatibility only. For new integrations, use GET /events/{id}, which supports the standard public API conventions (object discriminators, expand[], slim canonical shapes, and the standard error envelope).
This endpoint returns comprehensive information about a specific event, including its location, resources, staff assignments, and associated booking details.

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:

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

event_id
string
required

The unique identifier of the event

Response

Event data retrieved successfully

Legacy event shape returned by GET /event/getEventData/{event_id}.

id
string
name
string
startDate
string<date-time>
endDate
string<date-time>
location
object
resources
object[]
staff
object[]
addons
object[]
booking
object
eventBriefUrl
string

URL to access the event brief