Get a webinar
GET
/webinars/{webinarId}
Webinars
Use this API to get details of a scheduled webinar.
Scopes:
webinar:read:admin
webinar:read
Rate Limit Label:
Light
Prerequisites:
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/webinars/'
响应示例响应示例
200 - response
{
"created_at": "2019-09-13T15:35:00Z",
"duration": 60,
"host_id": "Labcjskdfsjgfg",
"id": 12345678,
"join_url": "https://zoom.us/j/12345678",
"settings": {
"allow_multiple_devices": true,
"alternative_hosts": "",
"approval_type": 2,
"attendees_and_panelists_reminder_email_notification": {
"enable": true,
"type": 1
},
"audio": "both",
"auto_recording": "local",
"close_registration": true,
"contact_email": "wonderfulemail@someemail.dsgfdjf",
"contact_name": "Wonderful person",
"email_language": "en-US",
"enforce_login": false,
"enforce_login_domains": "",
"follow_up_absentees_email_notification": {
"enable": true,
"type": 1
},
"follow_up_attendees_email_notification": {
"enable": true,
"type": 1
},
"global_dial_in_countries": [
"US"
],
"global_dial_in_numbers": [
{
"city": "New York",
"country": "US",
"country_name": "US",
"number": "+1 00000",
"type": "toll"
},
{
"city": "San Jose",
"country": "US",
"country_name": "US",
"number": "+1 111111111",
"type": "toll"
},
{
"city": "San Jose",
"country": "US",
"country_name": "US",
"number": "+1 11111110",
"type": "toll"
}
],
"hd_video": false,
"host_video": false,
"on_demand": false,
"panelists_invitation_email_notification": true,
"panelists_video": false,
"practice_session": false,
"question_answer": true,
"registrants_confirmation_email": true,
"registrants_email_notification": true,
"registrants_restrict_number": 0,
"show_share_button": true
},
"start_time": "2019-08-30T22:00:00Z",
"start_url": "https://zoom.us/s/00000011110?zhghTlUT1Rjd2FXRgh0amxoejNQZ1EiLCJjaWQiOiIifQ.NJ0CXWQ-yhI8Xv01JvxityBtzp3Bt7odMOEG2L8DLmY",
"timezone": "America/New_York",
"topic": "Test Webinar",
"type": 5,
"uuid": "nWMHAAAAAAAAAAAAAUDP1A=="
}
请求参数
Path 参数
webinarId
integer <int64>
必需
Query 参数
occurrence_id
string
可选
show_previous_occurrences
boolean
可选
true
if you would like to view Webinar details of all previous occurrences of a recurring Webinar.