Skip to main content
GET
Fetch events

Headers

authorization
string
required

Header with the accessToken for the current session

Query Parameters

ids
string[]

list of event ids

ownerAppIds
string[]

List of IDs of the apps that created the Events

categoryIds
string[]

list of category ids

subcategoryIds
string[]

list of sub-category ids

eventGroupIds
string[]

list of event group ids

starting
enum<string>

Live, Today, Later, Range

Available options:
Live,
Today,
Later,
Range
fromDateTime
string<date-time>

starting from date

toDateTime
string<date-time>

starting to date

active
boolean

Whether the event is active or not

page
integer
default:0

Zero-based page index (0..N)

size
integer
default:20

The size of the page to be returned

sort
string[]

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

Response

OK

_meta
object
events
object[]
eventGroups
object[]
subcategories
object[]
categories
object[]
participants
object[]
externalReferences
object[]