meeting:read:admin
meeting:read
Light
curl --location --request GET 'http://api.zoom.us/v2/meetings/'
{
"agenda": "API overview",
"created_at": "2019-09-09T15:54:24Z",
"duration": 60,
"host_id": "ABcdofjdogh11111",
"id": 1234555466,
"join_url": "https://zoom.us/j/1234555466",
"settings": {
"alternative_hosts": "kjxckfjxgfgjdfk@dkjfhdskhf.com",
"approval_type": 2,
"audio": "both",
"auto_recording": "local",
"close_registration": false,
"cn_meeting": false,
"enforce_login": false,
"enforce_login_domains": "mycompanydomain.com",
"global_dial_in_countries": [
"US"
],
"global_dial_in_numbers": [
{
"city": "New York",
"country": "US",
"country_name": "US",
"number": "+1 000011100",
"type": "toll"
},
{
"city": "San Jose",
"country": "US",
"country_name": "US",
"number": "+1 6699006833",
"type": "toll"
},
{
"city": "San Jose",
"country": "US",
"country_name": "US",
"number": "+1 221122112211",
"type": "toll"
}
],
"host_video": false,
"in_meeting": false,
"join_before_host": true,
"mute_upon_entry": false,
"participant_video": false,
"registrants_confirmation_email": true,
"registrants_email_notification": true,
"use_pmi": false,
"waiting_room": false,
"watermark": false
},
"start_time": "2019-08-30T22:00:00Z",
"start_url": "https://zoom.us/1234555466/cdknfdffgggdfg4MDUxNjY0LCJpYXQiOjE1NjgwNDQ0NjQsImFpZCI6IjRBOWR2QkRqVHphd2J0amxoejNQZ1EiLCJjaWQiOiIifQ.Pz_msGuQwtylTtYQ",
"status": "waiting",
"timezone": "America/New_York",
"topic": "My API Test",
"type": 2,
"uuid": "iAABBBcccdddd7A=="
}
true
if you would like to view meeting details of all previous occurrences of a recurring meeting.8
i.e., a recurring meeting with fixed time.3
to state which day in a month, the meeting should recur. The value range is from 1 to 31.23
as the value of this field and 1
as the value of the repeat_interval
field. Instead, if you would like the meeting to recur every three months, on 23rd of the month, change the value of the repeat_interval
field to 3
.3
to state the week of the month when the meeting should recur. If you use this field, you must also use the monthly_week_day
field to state the day of the week when the meeting should recur. -1
- Last week of the month.1
- First week of the month.2
- Second week of the month.3
- Third week of the month.4
- Fourth week of the month.3
to state a specific day in a week when the monthly meeting should recur. To use this field, you must also use the monthly_week
field.1
- Sunday.2
- Monday.3
- Tuesday.4
- Wednesday.5
- Thursday.6
- Friday.7
- Saturday.2
and the value of the type
parameter as 3
.90
days. For a weekly meeting the maximum interval that you can set is of 12
weeks. For a monthly meeting, there is a maximum of 3
months.1
- Daily.2
- Weekly.3
- Monthly.2
to state which day(s) of the week the meeting should repeat. 1
to 7
in string format. For instance, if the meeting should recur on Sunday, provide "1"
as the value of this field."1,3"
as the value of this field.1
- Sunday. 2
- Monday.3
- Tuesday.4
- Wednesday.5
- Thursday.6
- Friday.7
- Saturday.0
- Automatically approve.1
- Manually approve.2
- No registration required.both
- Both Telephony and VoIP.telephony
- Telephony only.voip
- VoIP only.local
- Record on local.cloud
- Record on cloud.none
- Disabled.enhanced_encryption
: Enhanced encryption. Encryption is stored in the cloud if you enable this option. e2ee
: End-to-end encryption. The encryption key is stored in your local device and can not be obtained by anyone else. Enabling this setting also disables the following features: join before host, cloud recording, streaming, live transcription, breakout rooms, polling, 1:1 private chat, and meeting reactions.0
: Allow participant to join anytime.5
: Allow participant to join 5 minutes before meeting start time.10
: Allow participant to join 10 minutes before meeting start time.true
- Only authenticated users can join meetings.registrants_confirmation_email
field.1
Attendees register once and can attend any of the occurrences.2
Attendees need to register for each occurrence to attend.3
Attendees register once and can choose one or more occurrences to attend.start_url
of a Meeting is a URL using which a host or an alternative host can start the Meeting.
The expiration time for the start_url
field listed in the response of Create a Meeting API is two hours for all regular users.
For users created using the custCreate
option via the Create Users API, the expiration time of the start_url
field is 90 days.
For security reasons, to retrieve the updated value for the start_url
field programmatically (after the expiry time), you must call the Retrieve a Meeting API and refer to the value of the start_url
field in the response.
true
: Tracking field is visible. false
: Tracking field is not visible to the users when they look at the meeting details in the Zoom Web Portal but the field was used while scheduling this meeting via API. An invisible tracking field can be used by users while scheduling meetings via API only.1
- Instant meeting.2
- Scheduled meeting.3
- Recurring meeting with no fixed time.4
- PMI Meeting8
- Recurring meeting with a fixed time.【Zoom】API开发者 微信交流群
用微信扫右侧二维码,加入【Zoom】API开发者 交流群,互助沟通