public class Report extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetDailyReportResp |
getDaily(GetDailyReportReq req)
获取会议报告,获取一段时间内组织的每日会议使用报告。
|
GetDailyReportResp |
getDaily(GetDailyReportReq req,
RequestOptions reqOptions)
获取会议报告,获取一段时间内组织的每日会议使用报告。
|
GetTopUserReportResp |
getTopUser(GetTopUserReportReq req)
获取 Top 用户列表,获取一段时间内组织内会议使用的 Top 用户列表。
|
GetTopUserReportResp |
getTopUser(GetTopUserReportReq req,
RequestOptions reqOptions)
获取 Top 用户列表,获取一段时间内组织内会议使用的 Top 用户列表。
|
public Report(Config config)
public GetDailyReportResp getDaily(GetDailyReportReq req, RequestOptions reqOptions) throws Exception
支持最近90天内的数据查询 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get_daily&project=vc&resource=report&version=v1 ;
Exceptionpublic GetDailyReportResp getDaily(GetDailyReportReq req) throws Exception
支持最近90天内的数据查询 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get_daily&project=vc&resource=report&version=v1 ;
Exceptionpublic GetTopUserReportResp getTopUser(GetTopUserReportReq req, RequestOptions reqOptions) throws Exception
支持最近90天内的数据查询;默认返回前10位,最多可查询前100位 ;
Exceptionpublic GetTopUserReportResp getTopUser(GetTopUserReportReq req) throws Exception
支持最近90天内的数据查询;默认返回前10位,最多可查询前100位 ;
ExceptionCopyright © 2026. All rights reserved.