Skip to content

获取人才信息

根据人才 ID 获取人才信息。

Tip: 本接口不再更新,推荐使用新接口:获取人才详情

请求

项目
HTTP URLhttps://open.feishu.cn/open-apis/hire/v1/talents/:talent_id
HTTP MethodGET
接口频率限制20 次/秒
支持的应用类型custom,isv
权限要求 调用该 API 所需的权限。开启其中任意一项权限即可调用 开启任一权限即可hire:talent:readonly 获取人才信息 hire:talent 更新人才信息
字段权限要求> Tip: 该接口返回体中存在下列敏感字段,仅当开启对应的权限后才会返回;如果无需获取这些字段,则不建议申请 contact:user.employee_id:readonly 获取用户 user ID

请求头

名称类型必填描述
Authorizationstringtenant_access_token 值格式:"Bearer access_token" 示例值:"Bearer t-7f1bcd13fc57d46bac21793a18e560" 了解更多:如何选择与获取 access token

路径参数

名称类型描述
talent_idstring人才ID,可通过获取人才列表接口获取
示例值:"6891560630172518670"

查询参数

名称类型必填描述
user_id_typestring用户 ID 类型
示例值:open_id
可选值有
- open_id: 标识一个用户在某个应用中的身份。同一个用户在不同应用中的 Open ID 不同。了解更多:如何获取 Open ID - union_id: 标识一个用户在某个应用开发商下的身份。同一用户在同一开发商下的应用中的 Union ID 是相同的,在不同开发商下的应用中的 Union ID 是不同的。通过 Union ID,应用开发商可以把同个用户在多个应用中的身份关联起来。了解更多:如何获取 Union ID? - user_id: 标识一个用户在某个租户内的身份。同一个用户在租户 A 和租户 B 内的 User ID 是不同的。在同一个租户内,一个用户的 User ID 在所有应用(包括商店应用)中都保持一致。User ID 主要用于在不同的应用间打通用户数据。了解更多:如何获取 User ID? - people_admin_id: 以 people_admin_id 来识别用户
默认值people_admin_id
当值为 user_id,字段权限要求contact:user.employee_id:readonly 获取用户 user ID

响应

响应体

名称类型描述
codeint错误码,非 0 表示失败
msgstring错误描述
data\--
  └ talenttalent人才信息
    └ idstring人才ID
    └ is_in_agency_periodboolean是否在猎头保护期
可选值有
- false: 未在猎头保护期 - true: 在猎头保护期
    └ is_onboardedboolean是否已入职
可选值有
- false: 未入职 - true: 已入职
    └ basic_infotalent_basic_info基础信息
      └ namestring名字
      └ mobilestring手机
      └ mobile_codestring手机国家区号
      └ mobile_country_codestring手机国家代码
      └ emailstring邮箱
      └ experience_yearsint工作年限
      └ ageint年龄
      └ nationalitytalent_nationality国籍
        └ nationality_codestring国家编码
        └ zh_namestring中文名
        └ en_namestring英文名
      └ genderint性别
可选值有
- 1: 男 - 2: 女 - 3: 保密
      └ current_citytalent_city_info所在地点
        └ city_codestring城市码
        └ zh_namestring中文名
        └ en_namestring英文名
      └ hometown_citytalent_city_info家乡
        └ city_codestring城市码
        └ zh_namestring中文名
        └ en_namestring英文名
      └ preferred_city_listtalent_city_info\[\]意向地点
        └ city_codestring城市码
        └ zh_namestring中文名
        └ en_namestring英文名
      └ identification_typeint证件类型
可选值有
- 1: 中国 - 居民身份证 - 2: 护照 - 3: 中国 - 港澳居民居住证 - 4: 中国 - 台湾居民来往大陆通行证 - 5: 其他 - 6: 中国 - 港澳居民来往内地通行证 - 9: 中国 - 台湾居民居住证
      └ identification_numberstring证件号
      └ birthdayint生日
      └ creator_idstring创建人
      └ marital_statusint婚姻状况
可选值有
- 1: 已婚 - 2: 未婚
      └ current_home_addressstring家庭住址
      └ customized_data_listtalent_customized_data_child\[\]自定义字段
        └ object_idstring自定义字段 ID
        └ namei18n字段名称
          └ zh_cnstring中文
          └ en_usstring英文
        └ object_typeint字段类型
可选值有
- 1: 单行文本 - 2: 多行文本 - 3: 单选 - 4: 多选 - 5: 日期 - 6: 月份选择 - 7: 年份选择 - 8: 时间段 - 9: 数字 - 10: 默认字段 - 11: 模块 - 12: 日选择 - 13: 附件
        └ valuetalent_customized_value自定义字段值
          └ contentstring当字段类型为单行文本、多行文本、模块、默认字段时,从此字段取值
          └ optiontalent_customized_option当字段类型为单选时,从此字段取值
            └ keystring选项 ID
            └ namei18n选项名称
              └ zh_cnstring中文
              └ en_usstring英文
          └ option_listtalent_customized_option\[\]当字段类型为多选时,从此字段取值
            └ keystring选项 ID
            └ namei18n选项名称
              └ zh_cnstring中文
              └ en_usstring英文
          └ time_rangetalent_customized_time_range当字段类型为时间段时,从此字段取值
            └ start_timestring开始时间
            └ end_timestring结束时间,当值为至今时,返回「-」
          └ timestring当字段类型为日期选择、月份选择、年份选择时,从此字段取值,该字段是秒级时间戳
          └ numberstring当字段类型为数字时,从此字段取值
          └ customized_attachmenttalent_customized_attachment\[\]当字段类型为附件时,从此字段取值
            └ file_idstring附件 ID
            └ namestring附件名称
            └ content_typestring附件类型
            └ file_sizeint附件大小
      └ modify_timestring修改时间
      └ hukou_location_codestring户口所在地
    └ education_listtalent_education_info\[\]教育经历
      └ idstringID
      └ degreeint学位
可选值有
- 1: 小学 - 2: 初中 - 3: 专职 - 4: 高中 - 5: 大专 - 6: 本科 - 7: 硕士 - 11: MBA - 8: 博士 - 9: 其他
      └ schoolstring学校
      └ field_of_studystring专业
      └ start_timestring开始时间
      └ end_timestring结束时间
      └ end_time_v2string结束时间-新,无「至今」传值。建议使用此字段,避免模糊的毕业时间影响候选人筛选
      └ education_typeint学历类型
可选值有
- 1: 海外及港台 - 2: 统招全日制 - 3: 非全日制 - 4: 自考 - 5: 其他
      └ academic_rankingint成绩排名
可选值有
- 5: 前 5 % - 10: 前 10 % - 20: 前 20 % - 30: 前 30 % - 50: 前 50 % - -1: 其他
      └ tag_listint\[\]教育经历标签
可选值有
- 1: 985学校 - 2: 211学校 - 3: 一本 - 4: 国外院校QS200
      └ customized_data_listtalent_customized_data_child\[\]自定义字段
        └ object_idstring自定义字段 ID
        └ namei18n字段名称
          └ zh_cnstring中文
          └ en_usstring英文
        └ object_typeint字段类型
可选值有
- 1: 单行文本 - 2: 多行文本 - 3: 单选 - 4: 多选 - 5: 日期 - 6: 月份选择 - 7: 年份选择 - 8: 时间段 - 9: 数字 - 10: 默认字段 - 11: 模块 - 12: 日选择 - 13: 附件
        └ valuetalent_customized_value自定义字段值
          └ contentstring当字段类型为单行文本、多行文本、模块、默认字段时,从此字段取值
          └ optiontalent_customized_option当字段类型为单选时,从此字段取值
            └ keystring选项 ID
            └ namei18n选项名称
              └ zh_cnstring中文
              └ en_usstring英文
          └ option_listtalent_customized_option\[\]当字段类型为多选时,从此字段取值
            └ keystring选项 ID
            └ namei18n选项名称
              └ zh_cnstring中文
              └ en_usstring英文
          └ time_rangetalent_customized_time_range当字段类型为时间段时,从此字段取值
            └ start_timestring开始时间
            └ end_timestring结束时间,当值为至今时,返回「-」
          └ timestring当字段类型为日期选择、月份选择、年份选择时,从此字段取值,该字段是秒级时间戳
          └ numberstring当字段类型为数字时,从此字段取值
          └ customized_attachmenttalent_customized_attachment\[\]当字段类型为附件时,从此字段取值
            └ file_idstring附件 ID
            └ namestring附件名称
            └ content_typestring附件类型
            └ file_sizeint附件大小
    └ career_listtalent_career_info\[\]工作经历
      └ idstringID
      └ companystring公司名称
      └ titlestring职位名称
      └ descstring描述
      └ start_timestring开始时间
      └ end_timestring结束时间
      └ career_typeint经历类型
可选值有
- 1: 实习经历 - 2: 工作经历 - 3: 兼职经历 - 4: 其他经历
      └ tag_listint\[\]工作经历标签
可选值有
- 5: BAT - 6: TMD - 14: 互联网100强 - 10: 互联网大厂
      └ customized_data_listtalent_customized_data_child\[\]自定义字段
        └ object_idstring自定义字段 ID
        └ namei18n字段名称
          └ zh_cnstring中文
          └ en_usstring英文
        └ object_typeint字段类型
可选值有
- 1: 单行文本 - 2: 多行文本 - 3: 单选 - 4: 多选 - 5: 日期 - 6: 月份选择 - 7: 年份选择 - 8: 时间段 - 9: 数字 - 10: 默认字段 - 11: 模块 - 12: 日选择 - 13: 附件
        └ valuetalent_customized_value自定义字段值
          └ contentstring当字段类型为单行文本、多行文本、模块、默认字段时,从此字段取值
          └ optiontalent_customized_option当字段类型为单选时,从此字段取值
            └ keystring选项 ID
            └ namei18n选项名称
              └ zh_cnstring中文
              └ en_usstring英文
          └ option_listtalent_customized_option\[\]当字段类型为多选时,从此字段取值
            └ keystring选项 ID
            └ namei18n选项名称
              └ zh_cnstring中文
              └ en_usstring英文
          └ time_rangetalent_customized_time_range当字段类型为时间段时,从此字段取值
            └ start_timestring开始时间
            └ end_timestring结束时间,当值为至今时,返回「-」
          └ timestring当字段类型为日期选择、月份选择、年份选择时,从此字段取值,该字段是秒级时间戳
          └ numberstring当字段类型为数字时,从此字段取值
          └ customized_attachmenttalent_customized_attachment\[\]当字段类型为附件时,从此字段取值
            └ file_idstring附件 ID
            └ namestring附件名称
            └ content_typestring附件类型
            └ file_sizeint附件大小
    └ project_listtalent_project_info\[\]项目经历
      └ idstringID
      └ namestring项目名称
      └ rolestring项目角色
      └ linkstring项目链接
      └ descstring描述
      └ start_timestring开始时间
      └ end_timestring结束时间
      └ customized_data_listtalent_customized_data_child\[\]自定义字段
        └ object_idstring自定义字段 ID
        └ namei18n字段名称
          └ zh_cnstring中文
          └ en_usstring英文
        └ object_typeint字段类型
可选值有
- 1: 单行文本 - 2: 多行文本 - 3: 单选 - 4: 多选 - 5: 日期 - 6: 月份选择 - 7: 年份选择 - 8: 时间段 - 9: 数字 - 10: 默认字段 - 11: 模块 - 12: 日选择 - 13: 附件
        └ valuetalent_customized_value自定义字段值
          └ contentstring当字段类型为单行文本、多行文本、模块、默认字段时,从此字段取值
          └ optiontalent_customized_option当字段类型为单选时,从此字段取值
            └ keystring选项 ID
            └ namei18n选项名称
              └ zh_cnstring中文
              └ en_usstring英文
          └ option_listtalent_customized_option\[\]当字段类型为多选时,从此字段取值
            └ keystring选项 ID
            └ namei18n选项名称
              └ zh_cnstring中文
              └ en_usstring英文
          └ time_rangetalent_customized_time_range当字段类型为时间段时,从此字段取值
            └ start_timestring开始时间
            └ end_timestring结束时间,当值为至今时,返回「-」
          └ timestring当字段类型为日期选择、月份选择、年份选择时,从此字段取值,该字段是秒级时间戳
          └ numberstring当字段类型为数字时,从此字段取值
          └ customized_attachmenttalent_customized_attachment\[\]当字段类型为附件时,从此字段取值
            └ file_idstring附件 ID
            └ namestring附件名称
            └ content_typestring附件类型
            └ file_sizeint附件大小
    └ works_listtalent_works_info\[\]作品
      └ idstringID
      └ linkstring作品链接
      └ descstring描述
      └ namestring作品附件名称,若需获取作品附件预览信息可调用「获取附件预览信息」接口
      └ customized_data_listtalent_customized_data_child\[\]自定义字段
        └ object_idstring自定义字段 ID
        └ namei18n字段名称
          └ zh_cnstring中文
          └ en_usstring英文
        └ object_typeint字段类型
可选值有
- 1: 单行文本 - 2: 多行文本 - 3: 单选 - 4: 多选 - 5: 日期 - 6: 月份选择 - 7: 年份选择 - 8: 时间段 - 9: 数字 - 10: 默认字段 - 11: 模块 - 12: 日选择 - 13: 附件
        └ valuetalent_customized_value自定义字段值
          └ contentstring当字段类型为单行文本、多行文本、模块、默认字段时,从此字段取值
          └ optiontalent_customized_option当字段类型为单选时,从此字段取值
            └ keystring选项 ID
            └ namei18n选项名称
              └ zh_cnstring中文
              └ en_usstring英文
          └ option_listtalent_customized_option\[\]当字段类型为多选时,从此字段取值
            └ keystring选项 ID
            └ namei18n选项名称
              └ zh_cnstring中文
              └ en_usstring英文
          └ time_rangetalent_customized_time_range当字段类型为时间段时,从此字段取值
            └ start_timestring开始时间
            └ end_timestring结束时间,当值为至今时,返回「-」
          └ timestring当字段类型为日期选择、月份选择、年份选择时,从此字段取值,该字段是秒级时间戳
          └ numberstring当字段类型为数字时,从此字段取值
          └ customized_attachmenttalent_customized_attachment\[\]当字段类型为附件时,从此字段取值
            └ file_idstring附件 ID
            └ namestring附件名称
            └ content_typestring附件类型
            └ file_sizeint附件大小
    └ award_listtalent_award_info\[\]获奖
      └ idstringID
      └ titlestring获奖名称
      └ award_timestring获奖时间
      └ descstring描述
      └ customized_data_listtalent_customized_data_child\[\]自定义字段
        └ object_idstring自定义字段 ID
        └ namei18n字段名称
          └ zh_cnstring中文
          └ en_usstring英文
        └ object_typeint字段类型
可选值有
- 1: 单行文本 - 2: 多行文本 - 3: 单选 - 4: 多选 - 5: 日期 - 6: 月份选择 - 7: 年份选择 - 8: 时间段 - 9: 数字 - 10: 默认字段 - 11: 模块 - 12: 日选择 - 13: 附件
        └ valuetalent_customized_value自定义字段值
          └ contentstring当字段类型为单行文本、多行文本、模块、默认字段时,从此字段取值
          └ optiontalent_customized_option当字段类型为单选时,从此字段取值
            └ keystring选项 ID
            └ namei18n选项名称
              └ zh_cnstring中文
              └ en_usstring英文
          └ option_listtalent_customized_option\[\]当字段类型为多选时,从此字段取值
            └ keystring选项 ID
            └ namei18n选项名称
              └ zh_cnstring中文
              └ en_usstring英文
          └ time_rangetalent_customized_time_range当字段类型为时间段时,从此字段取值
            └ start_timestring开始时间
            └ end_timestring结束时间,当值为至今时,返回「-」
          └ timestring当字段类型为日期选择、月份选择、年份选择时,从此字段取值,该字段是秒级时间戳
          └ numberstring当字段类型为数字时,从此字段取值
          └ customized_attachmenttalent_customized_attachment\[\]当字段类型为附件时,从此字段取值
            └ file_idstring附件 ID
            └ namestring附件名称
            └ content_typestring附件类型
            └ file_sizeint附件大小
    └ language_listtalent_language_info\[\]语言能力
      └ idstringID
      └ languageint语言
可选值有
- 1: 英语 - 2: 法语 - 3: 日语 - 4: 韩语 - 5: 德语 - 6: 俄语 - 7: 西班牙语 - 8: 葡萄牙语 - 9: 阿拉伯语 - 10: 印地语 - 11: 印度斯坦语 - 12: 孟加拉语 - 13: 豪萨语 - 14: 旁遮普语 - 15: 波斯语 - 16: 斯瓦西里语 - 17: 泰卢固语 - 18: 土耳其语 - 19: 意大利语 - 20: 爪哇语 - 21: 泰米尔语 - 22: 马拉地语 - 23: 越南语 - 24: 普通话 - 25: 粤语
      └ proficiencyint精通程度
可选值有
- 1: 入门 - 2: 日常会话 - 3: 商务会话 - 4: 无障碍沟通 - 5: 母语
      └ customized_data_listtalent_customized_data_child\[\]自定义字段
        └ object_idstring自定义字段 ID
        └ namei18n字段名称
          └ zh_cnstring中文
          └ en_usstring英文
        └ object_typeint字段类型
可选值有
- 1: 单行文本 - 2: 多行文本 - 3: 单选 - 4: 多选 - 5: 日期 - 6: 月份选择 - 7: 年份选择 - 8: 时间段 - 9: 数字 - 10: 默认字段 - 11: 模块 - 12: 日选择 - 13: 附件
        └ valuetalent_customized_value自定义字段值
          └ contentstring当字段类型为单行文本、多行文本、模块、默认字段时,从此字段取值
          └ optiontalent_customized_option当字段类型为单选时,从此字段取值
            └ keystring选项 ID
            └ namei18n选项名称
              └ zh_cnstring中文
              └ en_usstring英文
          └ option_listtalent_customized_option\[\]当字段类型为多选时,从此字段取值
            └ keystring选项 ID
            └ namei18n选项名称
              └ zh_cnstring中文
              └ en_usstring英文
          └ time_rangetalent_customized_time_range当字段类型为时间段时,从此字段取值
            └ start_timestring开始时间
            └ end_timestring结束时间,当值为至今时,返回「-」
          └ timestring当字段类型为日期选择、月份选择、年份选择时,从此字段取值,该字段是秒级时间戳
          └ numberstring当字段类型为数字时,从此字段取值
          └ customized_attachmenttalent_customized_attachment\[\]当字段类型为附件时,从此字段取值
            └ file_idstring附件 ID
            └ namestring附件名称
            └ content_typestring附件类型
            └ file_sizeint附件大小
    └ sns_listtalent_sns_info\[\]社交账号
      └ idstringID
      └ sns_typeint社交平台
可选值有
- 1: 领英 - 2: 脉脉 - 3: 微信 - 4: 微博 - 5: Github - 6: 知乎 - 7: 脸书 - 8: 推特 - 9: Whatsapp - 10: 个人网站 - 11: QQ
      └ linkstringURL/ID
      └ customized_data_listtalent_customized_data_child\[\]自定义字段
        └ object_idstring自定义字段 ID
        └ namei18n字段名称
          └ zh_cnstring中文
          └ en_usstring英文
        └ object_typeint字段类型
可选值有
- 1: 单行文本 - 2: 多行文本 - 3: 单选 - 4: 多选 - 5: 日期 - 6: 月份选择 - 7: 年份选择 - 8: 时间段 - 9: 数字 - 10: 默认字段 - 11: 模块 - 12: 日选择 - 13: 附件
        └ valuetalent_customized_value自定义字段值
          └ contentstring当字段类型为单行文本、多行文本、模块、默认字段时,从此字段取值
          └ optiontalent_customized_option当字段类型为单选时,从此字段取值
            └ keystring选项 ID
            └ namei18n选项名称
              └ zh_cnstring中文
              └ en_usstring英文
          └ option_listtalent_customized_option\[\]当字段类型为多选时,从此字段取值
            └ keystring选项 ID
            └ namei18n选项名称
              └ zh_cnstring中文
              └ en_usstring英文
          └ time_rangetalent_customized_time_range当字段类型为时间段时,从此字段取值
            └ start_timestring开始时间
            └ end_timestring结束时间,当值为至今时,返回「-」
          └ timestring当字段类型为日期选择、月份选择、年份选择时,从此字段取值,该字段是秒级时间戳
          └ numberstring当字段类型为数字时,从此字段取值
          └ customized_attachmenttalent_customized_attachment\[\]当字段类型为附件时,从此字段取值
            └ file_idstring附件 ID
            └ namestring附件名称
            └ content_typestring附件类型
            └ file_sizeint附件大小
    └ resume_source_listtalent_resume_source\[\]简历来源
      └ idstringID
      └ zh_namestring中文名
      └ en_namestring英文名
    └ interview_registration_listtalent_interview_registration_simple\[\]面试登记表
> Tip: 推荐使用 registration_list 字段获取完整登记表列表
      └ idstringID
      └ registration_timeint创建时间
      └ download_urlstring下载链接
    └ registration_listregistration_basic_info\[\]登记表列表
      └ idstringID
      └ registration_timeint创建时间
      └ download_urlstring下载链接
      └ scenarioint登记表场景
可选值有
- 5: 面试登记表 - 6: 入职登记表 - 14: 信息更新登记表
    └ resume_attachment_id_liststring\[\]简历附件id列表(按照简历创建时间降序)
    └ customized_data_listtalent_customized_data\[\]自定义模块
      └ object_idstring模块 ID
      └ namei18n模块名称
        └ zh_cnstring中文
        └ en_usstring英文
      └ object_typeint类型
可选值有
- 1: 单行文本 - 2: 多行文本 - 3: 单选 - 4: 多选 - 5: 日期 - 6: 月份选择 - 7: 年份选择 - 8: 时间段 - 9: 数字 - 10: 默认字段 - 11: 模块
      └ childrentalent_customized_data_child\[\]模块下的字段
        └ object_idstring自定义字段 ID
        └ namei18n字段名称
          └ zh_cnstring中文
          └ en_usstring英文
        └ object_typeint字段类型
可选值有
- 1: 单行文本 - 2: 多行文本 - 3: 单选 - 4: 多选 - 5: 日期 - 6: 月份选择 - 7: 年份选择 - 8: 时间段 - 9: 数字 - 10: 默认字段 - 11: 模块 - 12: 日选择 - 13: 附件
        └ valuetalent_customized_value自定义字段值
          └ contentstring当字段类型为单行文本、多行文本、模块、默认字段时,从此字段取值
          └ optiontalent_customized_option当字段类型为单选时,从此字段取值
            └ keystring选项 ID
            └ namei18n选项名称
              └ zh_cnstring中文
              └ en_usstring英文
          └ option_listtalent_customized_option\[\]当字段类型为多选时,从此字段取值
            └ keystring选项 ID
            └ namei18n选项名称
              └ zh_cnstring中文
              └ en_usstring英文
          └ time_rangetalent_customized_time_range当字段类型为时间段时,从此字段取值
            └ start_timestring开始时间
            └ end_timestring结束时间,当值为至今时,返回「-」
          └ timestring当字段类型为日期选择、月份选择、年份选择时,从此字段取值,该字段是秒级时间戳
          └ numberstring当字段类型为数字时,从此字段取值
          └ customized_attachmenttalent_customized_attachment\[\]当字段类型为附件时,从此字段取值
            └ file_idstring附件 ID
            └ namestring附件名称
            └ content_typestring附件类型
            └ file_sizeint附件大小
    └ top_degreeint最高学历
可选值有
- 1: 小学 - 2: 初中 - 3: 专职 - 4: 高中 - 5: 大专 - 6: 本科 - 7: 硕士 - 8: 博士 - 9: 其他
    └ first_degreeint第一学历
可选值有
- 1: 低于大专 - 2: 大专 - 3: 本科 - 4: 硕士 - 5: 博士 - 6: 其他 - 7: 无

响应体示例

json
{"code":0,
"msg":"ok",
"data":{"talent":{"id":"6891560630172518670",
"is_in_agency_period":true,
"is_onboarded":true,
"basic_info":{"name":"测试",
"mobile":"182900291190",
"mobile_code":"86",
"mobile_country_code":"CN_1",
"email":"16xx1@126.com",
"experience_years":5,
"age":22,
"nationality":{"nationality_code":"CN_183",
"zh_name":"测试",
"en_name":"test"},
"gender":1,
"current_city":{"city_code":"CN_183",
"zh_name":"测试",
"en_name":"test"},
"hometown_city":{"city_code":"CN_183",
"zh_name":"测试",
"en_name":"test"},
"preferred_city_list":[{
    "city_code": "CN_183",
    "zh_name": "测试",
    "en_name": "test"
}],
"identification_type":1,
"identification_number":"511699199x1x111234",
"birthday":1687872017,
"creator_id":"ou-xxx",
"marital_status":1,
"current_home_address":"南京路1号",
"customized_data_list":[{
    "object_id": "xxxx",
    "name": {
        "zh_cn": "测试",
        "en_us": "test"
    },
    "object_type": 1,
    "value": {
        "content": "text",
        "option": {
            "key": "AA",
            "name": {
                "zh_cn": "测试",
                "en_us": "test"
            }
        },
        "option_list": [
            {
                "key": "AA",
                "name": {
                    "zh_cn": "测试",
                    "en_us": "test"
                }
            }
        ],
        "time_range": {
            "start_time": "1625456721",
            "end_time": "1625656721"
        },
        "time": "1625456721",
        "number": "111",
        "customized_attachment": [
            {
                "file_id": "7140517838785481004",
                "name": "1.13测试1的面试记录.pdf",
                "content_type": "application/pdf",
                "file_size": 16615
            }
        ]
    }
}],
"modify_time":"1634801678103",
"hukou_location_code":"CN_1"},
"education_list":[{"id":"6891560630172518670",
"degree":1,
"school":"湘港大学",
"field_of_study":"考古",
"start_time":"1990-01",
"end_time":"1994-01",
"end_time_v2":"1687180087000",
"education_type":1,
"academic_ranking":5,
"tag_list":[-],
"customized_data_list":[{
    "object_id": "xxxx",
    "name": {
        "zh_cn": "测试",
        "en_us": "test"
    },
    "object_type": 1,
    "value": {
        "content": "text",
        "option": {
            "key": "AA",
            "name": {
                "zh_cn": "测试",
                "en_us": "test"
            }
        },
        "option_list": [
            {
                "key": "AA",
                "name": {
                    "zh_cn": "测试",
                    "en_us": "test"
                }
            }
        ],
        "time_range": {
            "start_time": "1625456721",
            "end_time": "1625656721"
        },
        "time": "1625456721",
        "number": "111",
        "customized_attachment": [
            {
                "file_id": "7140517838785481004",
                "name": "1.13测试1的面试记录.pdf",
                "content_type": "application/pdf",
                "file_size": 16615
            }
        ]
    }
}]}],
"career_list":[{
    "id": "6891560630172518670",
    "company": "测试公司",
    "title": "高级工程师",
    "desc": "测试",
    "start_time": "1990-01",
    "end_time": "1994-01",
    "career_type": 1,
    "tag_list": [
        6
    ],
    "customized_data_list": [
        {
            "object_id": "xxxx",
            "name": {
                "zh_cn": "测试",
                "en_us": "test"
            },
            "object_type": 1,
            "value": {
                "content": "text",
                "option": {
                    "key": "AA",
                    "name": {
                        "zh_cn": "测试",
                        "en_us": "test"
                    }
                },
                "option_list": [
                    {
                        "key": "AA",
                        "name": {
                            "zh_cn": "测试",
                            "en_us": "test"
                        }
                    }
                ],
                "time_range": {
                    "start_time": "1625456721",
                    "end_time": "1625656721"
                },
                "time": "1625456721",
                "number": "111",
                "customized_attachment": [
                    {
                        "file_id": "7140517838785481004",
                        "name": "1.13测试1的面试记录.pdf",
                        "content_type": "application/pdf",
                        "file_size": 16615
                    }
                ]
            }
        }
    ]
}],
"project_list":[{
    "id": "6891560630172518670",
    "name": "测试",
    "role": "test",
    "link": "www.test.com",
    "desc": "test",
    "start_time": "1990-01",
    "end_time": "1991-01",
    "customized_data_list": [
        {
            "object_id": "xxxx",
            "name": {
                "zh_cn": "测试",
                "en_us": "test"
            },
            "object_type": 1,
            "value": {
                "content": "text",
                "option": {
                    "key": "AA",
                    "name": {
                        "zh_cn": "测试",
                        "en_us": "test"
                    }
                },
                "option_list": [
                    {
                        "key": "AA",
                        "name": {
                            "zh_cn": "测试",
                            "en_us": "test"
                        }
                    }
                ],
                "time_range": {
                    "start_time": "1625456721",
                    "end_time": "1625656721"
                },
                "time": "1625456721",
                "number": "111",
                "customized_attachment": [
                    {
                        "file_id": "7140517838785481004",
                        "name": "1.13测试1的面试记录.pdf",
                        "content_type": "application/pdf",
                        "file_size": 16615
                    }
                ]
            }
        }
    ]
}],
"works_list":[{
    "id": "6891560630172518670",
    "link": "www.test.com",
    "desc": "test",
    "name": "XX项目",
    "customized_data_list": [
        {
            "object_id": "xxxx",
            "name": {
                "zh_cn": "测试",
                "en_us": "test"
            },
            "object_type": 1,
            "value": {
                "content": "text",
                "option": {
                    "key": "AA",
                    "name": {
                        "zh_cn": "测试",
                        "en_us": "test"
                    }
                },
                "option_list": [
                    {
                        "key": "AA",
                        "name": {
                            "zh_cn": "测试",
                            "en_us": "test"
                        }
                    }
                ],
                "time_range": {
                    "start_time": "1625456721",
                    "end_time": "1625656721"
                },
                "time": "1625456721",
                "number": "111",
                "customized_attachment": [
                    {
                        "file_id": "7140517838785481004",
                        "name": "1.13测试1的面试记录.pdf",
                        "content_type": "application/pdf",
                        "file_size": 16615
                    }
                ]
            }
        }
    ]
}],
"award_list":[{
    "id": "6891560630172518670",
    "title": "最佳新人奖",
    "award_time": "1991",
    "desc": "最优秀的新人奖",
    "customized_data_list": [
        {
            "object_id": "xxxx",
            "name": {
                "zh_cn": "测试",
                "en_us": "test"
            },
            "object_type": 1,
            "value": {
                "content": "text",
                "option": {
                    "key": "AA",
                    "name": {
                        "zh_cn": "测试",
                        "en_us": "test"
                    }
                },
                "option_list": [
                    {
                        "key": "AA",
                        "name": {
                            "zh_cn": "测试",
                            "en_us": "test"
                        }
                    }
                ],
                "time_range": {
                    "start_time": "1625456721",
                    "end_time": "1625656721"
                },
                "time": "1625456721",
                "number": "111",
                "customized_attachment": [
                    {
                        "file_id": "7140517838785481004",
                        "name": "1.13测试1的面试记录.pdf",
                        "content_type": "application/pdf",
                        "file_size": 16615
                    }
                ]
            }
        }
    ]
}],
"language_list":[{
    "id": "6891560630172518670",
    "language": 1,
    "proficiency": 1,
    "customized_data_list": [
        {
            "object_id": "xxxx",
            "name": {
                "zh_cn": "测试",
                "en_us": "test"
            },
            "object_type": 1,
            "value": {
                "content": "text",
                "option": {
                    "key": "AA",
                    "name": {
                        "zh_cn": "测试",
                        "en_us": "test"
                    }
                },
                "option_list": [
                    {
                        "key": "AA",
                        "name": {
                            "zh_cn": "测试",
                            "en_us": "test"
                        }
                    }
                ],
                "time_range": {
                    "start_time": "1625456721",
                    "end_time": "1625656721"
                },
                "time": "1625456721",
                "number": "111",
                "customized_attachment": [
                    {
                        "file_id": "7140517838785481004",
                        "name": "1.13测试1的面试记录.pdf",
                        "content_type": "application/pdf",
                        "file_size": 16615
                    }
                ]
            }
        }
    ]
}],
"sns_list":[{
    "id": "6891560630172518670",
    "sns_type": 1,
    "link": "www.test.com",
    "customized_data_list": [
        {
            "object_id": "xxxx",
            "name": {
                "zh_cn": "测试",
                "en_us": "test"
            },
            "object_type": 1,
            "value": {
                "content": "text",
                "option": {
                    "key": "AA",
                    "name": {
                        "zh_cn": "测试",
                        "en_us": "test"
                    }
                },
                "option_list": [
                    {
                        "key": "AA",
                        "name": {
                            "zh_cn": "测试",
                            "en_us": "test"
                        }
                    }
                ],
                "time_range": {
                    "start_time": "1625456721",
                    "end_time": "1625656721"
                },
                "time": "1625456721",
                "number": "111",
                "customized_attachment": [
                    {
                        "file_id": "7140517838785481004",
                        "name": "1.13测试1的面试记录.pdf",
                        "content_type": "application/pdf",
                        "file_size": 16615
                    }
                ]
            }
        }
    ]
}],
"resume_source_list":[{
    "id": "6891560630172518670",
    "zh_name": "猎头",
    "en_name": "Hunter"
}],
"interview_registration_list":[{
    "id": "6833685612520950030",
    "registration_time": 1618494330932,
    "download_url": "https://hire.feishu.cn/hire/file/blob/...token.../"
}],
"registration_list":[{
    "id": "6833685612520950030",
    "registration_time": 1618494330932,
    "download_url": "https://hire.feishu.cn/hire/file/blob/...token.../",
    "scenario": 5
}],
"resume_attachment_id_list":["64352523512563462"],
"customized_data_list":[{
    "object_id": "xxxx",
    "name": {
        "zh_cn": "测试",
        "en_us": "test"
    },
    "object_type": 1,
    "children": [
        {
            "object_id": "xxxx",
            "name": {
                "zh_cn": "测试",
                "en_us": "test"
            },
            "object_type": 1,
            "value": {
                "content": "text",
                "option": {
                    "key": "AA",
                    "name": {
                        "zh_cn": "测试",
                        "en_us": "test"
                    }
                },
                "option_list": [
                    {
                        "key": "AA",
                        "name": {
                            "zh_cn": "测试",
                            "en_us": "test"
                        }
                    }
                ],
                "time_range": {
                    "start_time": "1625456721",
                    "end_time": "1625656721"
                },
                "time": "1625456721",
                "number": "111",
                "customized_attachment": [
                    {
                        "file_id": "7140517838785481004",
                        "name": "1.13测试1的面试记录.pdf",
                        "content_type": "application/pdf",
                        "file_size": 16615
                    }
                ]
            }
        }
    ]
}],
"top_degree":1,
"first_degree":3}}}

错误码

HTTP状态码错误码描述排查建议
4001000001Invalid parameter请检查参数
5001002001System error请联系研发排查
4001002002Invalid parameter检查参数是否正确,例如类型,大小
4041002102Talent not found请检查talent_id参数是否正确

内容来源:飞书开放平台 · 自动爬取整理