v1
latestSwagger 2.02026-07-14385167.8 KBWebinars
Get all webinars for an account
Retrieves the list of webinars for an account within a given date range. Page and size parameters are optional. Default page is 0 and default size is 20. For technical reasons, this call cannot be executed from this documentation. Please use the curl command to execute it.
get/accounts/{accountKey}/webinars
Path parameters
accountKeyinteger required
The key of the account
Query parameters
fromTimestring date-time required
A required start of datetime range in ISO8601 UTC format, e.g. 2015-07-13T10:00:00Z
toTimestring date-time required
A required end of datetime range in ISO8601 UTC format, e.g. 2015-07-13T22:00:00Z
pageinteger
The page number to be displayed. The first page is 0.
sizeinteger
The size of the page.
Headers
Authorizationstring required
Access token
Response
OK