events

Retrieve an event

Retrieve a single event by ID.

get/api/events/{id}

Path parameters

idinteger required

ID of the event.

Response

The requested event

idinteger required
titlestring required
event_name_slugstring required
event_variation_slugstring required
descriptionstring nullable
full_detailsstring nullable

Full text dump of all event details, intended for agent and API consumption.

type_of'live_stream' | 'takeover' | 'other' | 'challenge' required
start_timestring date-time required
end_timestring date-time required
publishedboolean required
primary_stream_urlstring nullable
bg_color_hexstring nullable
broadcast_config'no_broadcast' | 'tagged_broadcast' | 'global_broadcast'
broadcast_ended_atstring date-time nullable
user_idinteger nullable
organization_idinteger nullable
page_idinteger nullable
dataobject nullable
tags_arraystring[]
cached_tag_liststring nullable
created_atstring date-time required
updated_atstring date-time required

Changes