public class AppDashboard extends Object
| 构造器和说明 |
|---|
AppDashboard(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CopyAppDashboardResp |
copy(CopyAppDashboardReq req)
|
CopyAppDashboardResp |
copy(CopyAppDashboardReq req,
RequestOptions reqOptions)
|
ListAppDashboardResp |
list(ListAppDashboardReq req)
列出仪表盘,根据 app_token,获取多维表格下的所有仪表盘
该接口支持调用频率上限为 20 QPS ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-dashboard/list ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/bitablev1/ListAppDashboardSample.java ;
|
ListAppDashboardResp |
list(ListAppDashboardReq req,
RequestOptions reqOptions)
列出仪表盘,根据 app_token,获取多维表格下的所有仪表盘
该接口支持调用频率上限为 20 QPS ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-dashboard/list ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/bitablev1/ListAppDashboardSample.java ;
|
public AppDashboard(Config config)
public CopyAppDashboardResp copy(CopyAppDashboardReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-dashboard/copy ;
Exceptionpublic CopyAppDashboardResp copy(CopyAppDashboardReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-dashboard/copy ;
Exceptionpublic ListAppDashboardResp list(ListAppDashboardReq req, RequestOptions reqOptions) throws Exception
该接口支持调用频率上限为 20 QPS ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-dashboard/list ;
Exceptionpublic ListAppDashboardResp list(ListAppDashboardReq req) throws Exception
该接口支持调用频率上限为 20 QPS ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-dashboard/list ;
ExceptionCopyright © 2024. All rights reserved.