List Sessions across Multiple Webinars
Returns the list of Webinar Sessions hosted by a current authorized user sorted by 'scheduledStartTime' or 'creationTime' (if 'scheduledStartTime' is not set) in the ascending order
Query parameters
Filter to return only webinar sessions containing particular substring within their names
Session status (for the purposes of Configuration service)
Filter to return only webinar sessions in certain status. Multiple values are supported.
The beginning of the time window by 'endTime' (it is calculated as scheduledStartTime+scheduledDuration)
The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied
The token indicating the particular page of the result set to be retrieved. If omitted the first page will be returned.
Response
Successful response
Example response
{
"records": [
{
"id": "78654321",
"webinar": {
"id": "78654321",
"title": "All-Hands Webinar",
"description": "Quarterly All-hands event to present recent news about our company to employees"
},
"scheduledDuration": 1800,
"timeZone": "America/New_York",
"localizedTimeZoneDescription": "Eastern Time (America/New_York)",
"panelJoinTimeOffset": 900,
"title": "Live Broadcasting US",
"description": "Live session for US-based participants",
"status": "Scheduled",
"hostJoinUri": "https://v.ringcentral.com/w/join/de7yd8ew7yfsdfjh899843rgj",
"localeCode": "en-US"
}
],
"paging": {
"perPage": 100
}
}