Event endpoints
Get Event
Retrieve detailed information about a specific event
GET
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 and roles
- 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
Authorizations
Path Parameters
ID of event to retrieve
Was this page helpful?