注意:以下文档只适用于TOP接口,请谨慎使用!

文档中心 > API类目 > 阿里巴巴招聘系统API

alibaba.recruit.social.apply.resume.getbyuser (获取简历)

获取简历

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
param_third_party_account_dto ThirdPartyAccountDto 可选 系统自动生成
  • └ account
  • String
  • 可选
  • 5435435435
  • 账号
  • └ type
  • String
  • 可选
  • WECHAT
  • 账号类型

响应参数

名称 类型 示例值 描述
result Result result
  • content
  • ResumeInfoDto
  • content
  • attachments
  • AttachmentDto []
  • attachments
  • └ extention
  • String
  • pdf
  • 文件扩展名
  • └ mime_type
  • String
  • application/json
  • 文件mime类型
  • └ name
  • String
  • 我的简历
  • 文件名
  • └ oss_file_key
  • String
  • open/sddfjsf2382439hfds.pdf
  • 文件key
  • └ size
  • Number
  • 1024
  • 文件大小(字节)
  • └ type
  • String
  • attachments
  • 文件类型
  • └ avatar_url
  • String
  • https://www.taobao.com
  • 头像地址
  • └ code
  • String
  • fsdahf232ry9ewhdhfs28f7
  • 加密的简历code
  • └ create_time
  • String
  • 2018-04-22
  • 创建时间
  • education_exp_param_list
  • EducationExpParam []
  • 教育经历
  • └ degree
  • String
  • 硕士
  • 学历
  • └ end_date
  • Date
  • 2018-04-22
  • 毕业日期
  • └ major
  • String
  • 计算机
  • 专业
  • └ school_name
  • String
  • 南加州大学
  • 学校名
  • └ start_date
  • Date
  • 2018-04-22
  • 入学日期
  • └ email
  • String
  • abc@123.com
  • email
  • └ last_update_time
  • String
  • 2018-04-22
  • 更新时间
  • └ mobile
  • String
  • 15930124210
  • 手机
  • └ name
  • String
  • 史蒂夫
  • 名字
  • project_exp_param_list
  • ProjectExpParam []
  • 项目经历
  • └ end_date
  • Date
  • 2018-04-22
  • 结束时间
  • └ project_name
  • String
  • 淘宝
  • 项目名称
  • └ responsibility
  • String
  • 写代码
  • 项目职责
  • └ start_date
  • Date
  • 2018-04-22
  • 开始时间
  • └ status
  • String
  • good
  • 状态
  • user
  • ThirdPartyAccountDto
  • user
  • └ account
  • String
  • acct_name
  • 账号名
  • └ type
  • String
  • WECHAT
  • 账号类型
  • work_exp_param_list
  • WorkExpParam []
  • 工作经历
  • └ company_name
  • String
  • 阿里巴巴
  • 公司名称
  • └ department
  • String
  • 阿里云
  • 部门名称
  • └ end_date
  • Date
  • 2018-04-22
  • 结束时间
  • └ position_name
  • String
  • 开发工程师
  • 职位名称
  • └ start_date
  • Date
  • 2018-04-22
  • 开始时间
  • └ work_desc
  • String
  • 工作经历描述
  • 工作经历描述
  • └ success
  • Boolean
  • false
  • success

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaRecruitSocialApplyResumeGetbyuserRequest req = new AlibabaRecruitSocialApplyResumeGetbyuserRequest();
AlibabaRecruitSocialApplyResumeGetbyuserRequest.ThirdPartyAccountDto obj1 = new AlibabaRecruitSocialApplyResumeGetbyuserRequest.ThirdPartyAccountDto();
obj1.setAccount("5435435435");
obj1.setType("WECHAT");
req.setParamThirdPartyAccountDto(obj1);
AlibabaRecruitSocialApplyResumeGetbyuserResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_recruit_social_apply_resume_getbyuser_response>
    <result>
        <content>
            <attachments>
                <attachment_dto>
                    <extention>pdf</extention>
                    <mime_type>application/json</mime_type>
                    <name>我的简历</name>
                    <oss_file_key>open/sddfjsf2382439hfds.pdf</oss_file_key>
                    <size>1024</size>
                    <type>attachments</type>
                </attachment_dto>
            </attachments>
            <avatar_url>https://www.taobao.com</avatar_url>
            <code>fsdahf232ry9ewhdhfs28f7</code>
            <create_time>2018-04-22</create_time>
            <education_exp_param_list>
                <education_exp_param>
                    <degree>硕士</degree>
                    <end_date>2018-04-22</end_date>
                    <major>计算机</major>
                    <school_name>南加州大学</school_name>
                    <start_date>2018-04-22</start_date>
                </education_exp_param>
            </education_exp_param_list>
            <email>abc@123.com</email>
            <last_update_time>2018-04-22</last_update_time>
            <mobile>15930124210</mobile>
            <name>史蒂夫</name>
            <project_exp_param_list>
                <project_exp_param>
                    <end_date>2018-04-22</end_date>
                    <project_name>淘宝</project_name>
                    <responsibility>写代码</responsibility>
                    <start_date>2018-04-22</start_date>
                </project_exp_param>
            </project_exp_param_list>
            <status>good</status>
            <user>
                <account>acct_name</account>
                <type>WECHAT</type>
            </user>
            <work_exp_param_list>
                <work_exp_param>
                    <company_name>阿里巴巴</company_name>
                    <department>阿里云</department>
                    <end_date>2018-04-22</end_date>
                    <position_name>开发工程师</position_name>
                    <start_date>2018-04-22</start_date>
                    <work_desc>工作经历描述</work_desc>
                </work_exp_param>
            </work_exp_param_list>
        </content>
        <success>false</success>
    </result>
</alibaba_recruit_social_apply_resume_getbyuser_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部