public class Todo extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListTodoResp |
list(ListTodoReq req)
批量获取待办事项,批量获取当前用户的待办事项信息,包含评估待办事项、面试待办事项、笔试待办事项和 Offer 待办事项。
|
ListTodoResp |
list(ListTodoReq req,
RequestOptions reqOptions)
批量获取待办事项,批量获取当前用户的待办事项信息,包含评估待办事项、面试待办事项、笔试待办事项和 Offer 待办事项。
|
public Todo(Config config)
public ListTodoResp list(ListTodoReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=hire&resource=todo&version=v1 ;
Exceptionpublic ListTodoResp list(ListTodoReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=hire&resource=todo&version=v1 ;
ExceptionCopyright © 2026. All rights reserved.