public class TalentTag extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListTalentTagResp |
list(ListTalentTagReq req)
获取人才标签信息列表,可通过关键词、ID 列表、标签类型、停用状态等获取人才标签信息列表,结果按照创建时间倒序排序。
|
ListTalentTagResp |
list(ListTalentTagReq req,
RequestOptions reqOptions)
获取人才标签信息列表,可通过关键词、ID 列表、标签类型、停用状态等获取人才标签信息列表,结果按照创建时间倒序排序。
|
public TalentTag(Config config)
public ListTalentTagResp list(ListTalentTagReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=hire&resource=talent_tag&version=v1 ;
Exceptionpublic ListTalentTagResp list(ListTalentTagReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=hire&resource=talent_tag&version=v1 ;
ExceptionCopyright © 2026. All rights reserved.