List event sessions

List all the sessions of an event.

Path Params
string
required

Event ID

Query Params
string

Page index to be returned

string

Number of record to be returned by page

string

Filter Sessions by status : 'upcoming', 'live', 'on_demand', 'past', 'past_not_started', 'canceled', 'draft'

string

Filter Sessions which ‘estimated_started_at’ attribute starts from the given date (expressed as a Unix timestamp or an ISO 8601 date).

string

Filter Sessions which ‘estimated_started_at’ attribute ends with the given date (expressed as a Unix timestamp or an ISO 8601 date).

string

Filter Sessions which ‘created_at’ attribute starts from the given date (expressed as a Unix timestamp or an ISO 8601 date).

string

Filter Sessions which ‘created_at’ attribute ends with the given date (expressed as a Unix timestamp or an ISO 8601 date).

string

Filter Sessions which ‘updated_at’ attribute starts from the given date (expressed as a Unix timestamp or an ISO 8601 date).

string

Filter Sessions which ‘updated_at’ attribute ends with the given date (expressed as a Unix timestamp or an ISO 8601 date).

string

Filter Sessions depending upon if they are breakout room sessions or not

include
array of strings

Include Related Data

include
Responses

401

Authentication failed

403

Workspace blocked

404

Event Not found

Language
Credentials
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json
*/*