Zoom Connector
Documentation
Version: 1
Documentation

EndPoint Get Webinar Settings


Name

get_webinar_settings

Description

Use this API to get settings details of a scheduled webinar. [API reference]

Parameters

Parameter Label Required Options Description
WebinarId WebinarId YES The Webinar ID for which you want to get details.

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
host_video DT_BOOL bit False
panelists_video DT_BOOL bit False
approval_type DT_I8 bigint False
audio DT_WSTR nvarchar(16) 16 False
auto_recording DT_WSTR nvarchar(16) 16 False
enforce_login DT_BOOL bit False
enforce_login_domains DT_WSTR nvarchar(100) 100 False
alternative_hosts DT_WSTR nvarchar(100) 100 False
alternative_host_update_polls DT_BOOL bit False
close_registration DT_BOOL bit False
show_share_button DT_BOOL bit False
allow_multiple_devices DT_BOOL bit False
practice_session DT_BOOL bit False
hd_video DT_BOOL bit False
question_answer DT_BOOL bit False
registrants_confirmation_email DT_BOOL bit False
on_demand DT_BOOL bit False
request_permission_to_unmute_participants DT_BOOL bit False
contact_name DT_WSTR nvarchar(255) 255 False
contact_email DT_WSTR nvarchar(255) 255 False
registrants_restrict_number DT_I8 bigint False
registrants_email_notification DT_BOOL bit False
post_webinar_survey DT_BOOL bit False
meeting_authentication DT_BOOL bit False
question_and_answer_enable DT_BOOL bit False
question_and_answer_allow_anonymous_questions DT_BOOL bit False
question_and_answer_answer_questions DT_WSTR nvarchar(255) 255 False
question_and_answer_attendees_can_upvote DT_BOOL bit False
question_and_answer_attendees_can_comment DT_BOOL bit False
hd_video_for_attendees DT_BOOL bit False
send_1080p_video_to_attendees DT_BOOL bit False
email_language DT_WSTR nvarchar(255) 255 False
panelists_invitation_email_notification DT_BOOL bit False
attendees_and_panelists_reminder_email_notification_enable DT_BOOL bit False
attendees_and_panelists_reminder_email_notification_type DT_I8 bigint False
follow_up_attendees_email_notification_enable DT_BOOL bit False
follow_up_attendees_email_notification_type DT_I8 bigint False
follow_up_absentees_email_notification_enable DT_BOOL bit False
follow_up_absentees_email_notification_type DT_I8 bigint False
enable_session_branding DT_BOOL bit 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.