- 说明
- Meetings
- 获取会议投票GET
- 删除会议投票DELETE
- 更新会议投票PUT
- 更新livestreamPATCH
- 获取livestream详细信息GET
- 创建会议POST
- 列出会议GET
- 获取会议注册人GET
- 删除会议注册人DELETE
- 执行批量注册POST
- 更新注册问题PATCH
- 列出登记问题GET
- 获取会议的令牌GET
- 更新会议调查PATCH
- 获取会议调查GET
- 删除会议调查DELETE
- 使用会议中控件PATCH
- 列出过去的会议实例GET
- 更新会议状态PUT
- 获取会议邀请GET
- 从现有会议创建会议模板POST
- 列出会议模板GET
- 更新注册人的状态PUT
- 创建会议的邀请链接POST
- 执行批量轮询创建POST
- 更新会议PATCH
- 得到一个会议GET
- 删除会议DELETE
- 更新实时流状态PATCH
- 添加会议注册人POST
- 列出会议注册人GET
- 创建会议投票POST
- 列出会议投票GET
- Billing
- SIP Phone
- Users
- Reports
- Groups
- H323 Devices
- Webinars
- 创建网络研讨会模板
- 列出网络研讨会模板
- 更新实时流状态
- 设置网络研讨会的默认品牌虚拟背景
- 上 传网络研讨会的品牌虚拟背景
- 删除网络研讨会的品牌虚拟背景
- 创建网络研讨会
- 列出网络研讨会
- 执行批量注册
- 更新网络研讨会
- 获取网络研讨会
- 删除网络研讨会
- 创建网络研讨会的邀请链接
- 更新网络研讨会的品牌名称标签
- 更新注册人的状态
- 获取缺席的网络研讨会
- 获取网络研讨会的会议品牌推广
- 获取网络研讨会注册人
- 删除网络研讨会注册人
- 获取网络研讨会的令牌
- 更新实时流
- 获取实时流详细信息
- 创建网络研讨会的投票
- 列出网络研讨会的民意调查
- 获取网络研讨会跟踪源
- 更新注册问题
- 列出登记问题
- 更新网络研讨会状态
- 添加小组成员
- 小组成员名单
- 删除网络研讨会小组成员
- 更新网络研讨会调查
- 获取网络研讨会调查
- 删除网络研讨会调查
- 添加网络研讨会注册人
- 列出网络研讨会注册人
- 删除小组成员
- 获取网络研讨会投票
- 删除网络研讨会投票
- 更新网络研讨会投票
- 创建网络研讨会的品牌名称标签
- 删除网络研讨会的品牌名称标签
- 上传网络研讨会的品牌壁纸
- 删除网络研讨会的品牌壁纸
- 列出过去的网络研讨会实例
- Tracking Field
- Dashboards
- Dashboards Copy
- Cloud Recording
- TSP
- SIP Connected Audio
- Accounts
- PAC
- Information Barriers
- IM Groups
- Roles
- Archiving
创建录音注册人
POST
/accounts/{accountId}/meetings/{meetingId}/recordings/registrants
Cloud Recording
请求参数
Path 参数
meetingId
integer
必需
accountId
string
帐户的唯一标识符。
Body 参数application/json
注册人。
zip
string
注册人的邮政编码。
示例值:
94045
custom_questions
array [object {2}]
可选
title
string
自定义问题的标题。
示例值:
What do you hope to learn from this?
value
string
可选
<= 128 字符
示例值:
Look forward to learning how you come up with new recipes and what other services you offer.
purchasing_time_frame
enum<string>
可选
枚举值:
Within a month1-3 months4-6 monthsMore than 6 monthsNo timeframe
示例值:
1-3 months
address
string
注册人的地址。
示例值:
1800 Amphibious Blvd.
comments
string
可选
示例值:
Looking forward to the discussion.
city
string
注册人的城市。
示例值:
Mountain View
org
string
注册人的组织。
示例值:
Cooking Org
last_name
string
注册人的姓氏。
<= 64 字符
示例值:
Chill
no_of_employees
enum<string>
可选
枚举值:
1-2021-5051-100101-250251-500501-1,0001,001-5,0005,001-10,000More than 10,000
示例值:
1-20
industry
string
注册人的行业。
示例值:
Food
phone
string
注册人的电话号码。
示例值:
5550100
role_in_purchase_process
enum<string>
可选
枚举值:
Decision MakerEvaluator/RecommenderInfluencerNot involved
示例值:
Influencer
state
string
注册人的州或省。
示例值:
CA
first_name
string
注册人的名字。
<= 64 字符
示例值:
Jill
job_title
string
注册人的职称。
示例值:
Chef
email
string <email>
必需
<= 128 字符
示例值:
jchill@example.com
status
enum<string>
可选
枚举值:
approveddeniedpending
示例值:
approved
示例
{
"zip": "94045",
"country": "US",
"custom_questions": [
{
"title": "What do you hope to learn from this?",
"value": "Look forward to learning how you come up with new recipes and what other services you offer."
}
],
"purchasing_time_frame": "",
"address": "1800 Amphibious Blvd.",
"comments": "Looking forward to the discussion.",
"city": "Mountain View",
"org": "Cooking Org",
"last_name": "Chill",
"no_of_employees": "",
"industry": "Food",
"phone": "5550100",
"role_in_purchase_process": "",
"state": "CA",
"first_name": "Jill",
"job_title": "Chef",
"email": "jchill@example.com",
"status": "approved"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://prod-cn.your-api-server.com/accounts//meetings//recordings/registrants' \
--header 'Content-Type: application/json' \
--data-raw '{
"zip": "94045",
"country": "US",
"custom_questions": [
{
"title": "What do you hope to learn from this?",
"value": "Look forward to learning how you come up with new recipes and what other services you offer."
}
],
"purchasing_time_frame": "",
"address": "1800 Amphibious Blvd.",
"comments": "Looking forward to the discussion.",
"city": "Mountain View",
"org": "Cooking Org",
"last_name": "Chill",
"no_of_employees": "",
"industry": "Food",
"phone": "5550100",
"role_in_purchase_process": "",
"state": "CA",
"first_name": "Jill",
"job_title": "Chef",
"email": "jchill@example.com",
"status": "approved"
}'
返回响应
🟢201** HTTP状态代码: ** '201'
已提交注册。
application/json
Body
registrant_id
string
注册人ID
示例值:
3Z7sEm0TQQieLav3c3OD_g
share_url
string
可选
示例值:
https://example.com/rec/share/Qg75t7xZBtEbAkjdlgbfdngBBBB
topic
string
会议主题
示例值:
My Personal Meeting Room
示例
{
"registrant_id": "3Z7sEm0TQQieLav3c3OD_g",
"share_url": "https://example.com/rec/share/Qg75t7xZBtEbAkjdlgbfdngBBBB",
"topic": "My Personal Meeting Room",
"id": 6840331990
}
🟠404** HTTP状态代码: ** '404' <br>
未找到

扫码加 ZOOM 开发者 微信交流
在这里,获得 ZOOM API 文档 使用上的任何帮助,快速上手让你的研测效率得到大幅提升


修改于 2023-10-31 06:13:33