列出用户的所有 云录音。
对于用户级应用,传递 ['me' 值](https://developers.zoom.us/docs/api/rest/using-zood-api/# the-me-关键字) 而不是 'userId' 参数。
要访问用户的受密码保护的云记录,请将用户的 OAuth访问令牌 作为授权标头中的承载令牌发送。
示例: 'curl -H "授权: Bearer <ACCESS_TOKEN>" https://{{base-domain}}/rec/archive/download/xyz'
** 先决条件: **
** 范围: ** '录音: master'
** [速率限制标签](https://marketplace.zoom.us/docs/api-reference/Rate-limits # 速率限制):** 'MEDIUM'
curl --location --request GET 'http://prod-cn.your-api-server.com/accounts//users//recordings'
{
"next_page_token": "Tva2CuIdTgsv8wAnhyAdU3m06Y2HuLQtlh3",
"total_records": 1,
"from": "2022-01-01",
"meetings": [
{
"duration": 20,
"start_time": "2021-03-18T05:41:36Z",
"account_id": "Cx3wERazSgup7ZWRHQM8-w",
"recording_play_passcode": "yNYIS408EJygs7rE5vVsJwXIz4-VW7MH",
"recording_files": [
{
"file_path": "/9090876528/path01/demo.mp4",
"play_url": "https://example.com/rec/play/Qg75t7xZBtEbAkjdlgbfdngBBBB",
"meeting_id": "L0AGOEPVR9m5WSOOs/d+FQ==",
"file_size": 7220,
"recording_end": "2021-03-18T05:41:36Z",
"file_type": "MP4",
"recording_type": "shared_screen_with_speaker_view(CC)",
"download_url": "https://example.com/rec/download/Qg75t7xZBtEbAkjdlgbfdngBBBB",
"file_extension": "MP4",
"id": "72576a1f-4e66-4a77-87c4-f13f9808bd76",
"deleted_time": "2021-03-18T05:41:36Z",
"recording_start": "2021-03-18T05:41:36Z",
"status": "completed"
}
],
"total_size": 22,
"recording_count": 22,
"topic": "My Personal Meeting",
"id": 6840331990,
"type": "1",
"uuid": "BOKXuumlTAGXuqwr3bLyuQ==",
"host_id": "_0ctZtY0REqWalTmwvrdIw"
}
],
"to": "2022-04-01",
"page_count": 1,
"page_size": 30
}
扫码加 ZOOM 开发者 微信交流
在这里,获得 ZOOM API 文档 使用上 的任何帮助,快速上手让你的研测效率得到大幅提升