List Sessions

Get a list of sessions

By default, the returned order is paginated with the first page containing the created sessions in chronological order (oldest created first). If you set the "order" parameter to "reverse", the newest created sessions will be returned.

You can filter sessions by start and end time, at which stage the returned result list is ordered by start time in chronological order (rather than by creation time). The "order" parameter allows you to reverse this order to retrieve sessions by start time with the newest start time first.

Query Params
int32

Zero based index

int32

Number of entries to return

date

Include sessions whose start time falls after the given start time

date

Include sessions whose end time falls before the given end time

string

Based on the value ('forward' / 'reverse') orders the returned sessions

boolean

Include sessions that have been cancelled.

boolean

Include participants that have been removed from the sessions.

string

Limit the response to sessions with participants with specific state value.

Responses

Language
Credentials
OAuth2
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json