Skip to main content

Get a Session's Event List

Gets a list of events associated with a session. For a list of event fields, types, and descriptions, see Event Resources.

Authorizations: Sessions - VIEW

Requests

GET /apis/sessions/:sessionId/events

Response

Success

{
"data": [{
"moduleId": "ccf00271-adda-42b4-895f-bb54338fb932",
"module": "session",
"startTime": 1592344800,
"duration": 7200,
"type": "weekly-recurring",
"typeData": {"days": ["MON","WED","SAT"]},
"command": "set-live",
"parameters": {"record": true},
"active": true,
"id": "e808eb59-00c4-4a2e-a0e1-b06a693c7736",
"title": "Test Session"
}],
"paging": {
"results": 1,
"pageSize": 15
}
}

Error

Code

Payload

 Description

404
{"code":"040012", "name":"NoResults",
"message":"No results", "httpStatusCode":404}

The specified session has not generated any events.

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.