EndPoint List Registration Questions
Name
list_registration_questions
Description
List registration questions that will be displayed to users while registering for a meeting. [API reference]
Parameters
Parameter | Label | Required | Options | Description |
---|---|---|---|---|
MeetingId | MeetingId | YES | The Meeting ID for which you want to get details. |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
questions |
DT_WSTR
|
nvarchar(1000)
|
1000 | False |
|
custom_questions |
DT_NTEXT
|
nvarchar(MAX)
|
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 Registration Questions using API Source
Zoom
List Registration Questions

List Registration Questions using API Destination
Zoom
List Registration Questions
