EndPoint List Webinars
Name
list_webinars
Description
Use this API to list all the webinars scheduled by or on-behalf a user (webinar host). For user-level apps, pass the me value instead of the userId parameter. [API reference]
Parameters
Parameter | Label | Required | Options | Description |
---|---|---|---|---|
UserId | UserId | YES | The user ID or email address of the user. For user-level apps, pass the me value. | |
page_size | PageSize | NO |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
id |
DT_I8
|
bigint
|
False |
||
host_id |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
topic |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
type |
DT_I8
|
bigint
|
False |
||
start_time |
DT_DBTIMESTAMP
|
datetime
|
False |
||
duration |
DT_I8
|
bigint
|
False |
||
timezone |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
created_at |
DT_DBTIMESTAMP
|
datetime
|
False |
||
join_url |
DT_WSTR
|
nvarchar(1000)
|
1000 | False |
|
uuid |
DT_WSTR
|
nvarchar(100)
|
100 | False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |
Examples
SSIS
Use Zoom Connector in API Source component to read data or in API Destination component to read/write data:
List Webinars using API Source
Zoom
List Webinars

List Webinars using API Destination
Zoom
List Webinars
