Get event
GET/events-manager/v1/events/:event_id
Retrieves one event by Events Manager event ID. Timeslot-specific IDs may use the
event_id:timeslot_id format accepted by the route pattern.
Requestβ
Responsesβ
- 200
- 400
- 401
- 403
- 404
- 500
Event response.
Invalid request.
Authentication is required or invalid.
The authenticated user cannot perform this action.
The requested object was not found.
An unexpected server error occurred.