Webinars and Sessions
List User's Webinars
Returns the list of Webinars hosted by a current authorized user sorted by 'scheduledStartTime' or 'creationTime' in the ascending order.
get/webinar/configuration/v1/webinars
Query parameters
creationTimeFromstring date-time required
The beginning of the time window by 'creationTime' .
perPageinteger
The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied
pageTokenstring
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",
"title": "All-Hands Webinar",
"description": "Quarterly All-hands event to present recent news about our company to employees",
"settings": {
"postWebinarRedirectUri": "https://www.acme.com/thankyou"
}
}
],
"paging": {
"perPage": 100
}
}