List Upcoming Events

View as Markdown

GET: List all upcoming platform events for the community. Events are ordered by start date (most recent upcoming first). Supports filtering by event type and search functionality.

Query parameters

event_typeenumOptional
Filter by event type
orderingstringOptional
Which field to use when ordering the results.
pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
searchstringOptional
Free text search across event name and description

Response

List of upcoming events
countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"