腾讯会议APIs-获取用户文档列表
接口描述
描述:根据用户 ID 获取用户创建会议下的文档列表,支持 OAuth2.0 鉴权访问。
调用方式:GET
接口请求域名:
https://api.meeting.qq.com/v1/docs?userid=tester&page=1&page_size=10&start_time=1616254740&end_time=1616256600
输入参数
以下请求参数列表仅列出了接口请求参数,HTTP 请求头公共参数请参见签名验证章节的 公共参数说明。
|
|
|
|
|
|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
>?start_time 和 end_time 组成一个时间区间,不提供则表示最近一个月;只提供 start_time 则向后推31天,只提供 end_time 则向前推31天;当提供时间跨度时,时间跨度不能大于90天。
输出参数
|
|
|
|
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
会议对象
|
|
|
|
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
文档对象
|
|
|
|
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
示例
输入示例
GET https://api.meeting.qq.com/v1/docs?userid=tester&page=1&page_size=10&start_time=1616254740&end_time=1616256600
输出示例
{
"total_count": 2,
"total_page": 1,
"current_page": 1,
"current_size": 2,
"meeting_info_list": [{
"meeting_id": "15871005788848420673",
"meeting_code": "621873301",
"subject": "测试创建文档",
"doc_num": 2,
"doc_info_list": [{
"doc_id": "300000000$DHuhhTbpEIYG",
"doc_title": "6IW+6K6v5Lya6K6u5paH5qGj",
"doc_creator_userid": "tester",
"doc_creator_user_name": "xxx",
"doc_edit_time": 1616254763,
"doc_editor_userid": "tester",
"doc_editor_user_name": "xxx",
"doc_modify_permission": 1
}, {
"doc_id": "300000000$DeWdsWJJmhVI",
"doc_title": "6IW+6K6v5Lya6K6u5paH5qGj",
"doc_creator_userid": "tester1",
"doc_creator_user_name": "xxx",
"doc_edit_time": 1616254746,
"doc_editor_userid": "tester1",
"doc_editor_user_name": "xxx",
"doc_modify_permission": 1
}],
"start_time": 1616254844,
"end_time": 1616258444
}, {
"meeting_id": "16999658821518256932",
"meeting_code": "502779488",
"subject": "123",
"doc_num": 1,
"doc_info_list": [{
"doc_id": "300000000$DHuhhTbpEIYG",
"doc_title": "6IW+6K6v5Lya6K6u5paH5qGj",
"doc_creator_userid": "tester3",
"doc_creator_user_name": "xxx",
"doc_edit_time": 1616254763,
"doc_editor_userid": "tester3",
"doc_editor_user_name": "xxx",
"doc_modify_permission": 1
}],
"start_time": 1616254844,
"end_time": 1616258444
}]
}
喜欢我们的内容,点击右上角“分享至朋友圈”吧!
更多精彩内容,欢迎关注“弘宽数码”官方微信;
继续努力,为您提供更多优质的解决方案。用心服务,共同进步!
关注官方微信公众号,回复6加入技术沟通群;
夜雨聆风
