| 限定符和类型 | 方法和说明 |
|---|---|
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/document/uAjLw4CM/ukTMukTMukTM/reference/vc-v1/report/get_daily ;
Exceptionpublic GetDailyReportResp getDaily(GetDailyReportReq req) throws Exception
支持最近90天内的数据查询 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/vc-v1/report/get_daily ;
Exceptionpublic GetTopUserReportResp getTopUser(GetTopUserReportReq req, RequestOptions reqOptions) throws Exception
支持最近90天内的数据查询;默认返回前10位,最多可查询前100位 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/vc-v1/report/get_top_user ;
Exceptionpublic GetTopUserReportResp getTopUser(GetTopUserReportReq req) throws Exception
支持最近90天内的数据查询;默认返回前10位,最多可查询前100位 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/vc-v1/report/get_top_user ;
ExceptionCopyright © 2022. All rights reserved.