ATS用户中心
所有文章
系统应用
升级公告
常见问题
公开课
校招专栏
内推和门店
数据平台
亮点功能
热门活动
基础操作视频
获取全部阶段下的候选人信息
最后更新于 2024/04/03   阅读数 77

本接口只返回基础信息,不会返回附件链接。

该接口将返回指定条件中所有阶段内的全部候选人信息
首次调用时,会返回指定阶段中所有候选人信息,然后标记候选人,标记后在候选人移动前将不能通过该接口获取到数据
后续如果该阶段中候选人移动,则可以重新获取到数据,每次最多返回100条数据

HTTP请求

GET https://api.mokahr.com/api-platform/v1/data/moved_applications

请求query

字段

必填

类型

描述

stage

string

申请归档前阶段名
all:所有阶段
preliminary_filter:初筛
offer:offer类型的阶段
pending_checkin:待入职阶段
filter:筛选型阶段
interview:面试型阶段
exam:测试型阶段
none:无类型阶段
shigong:试工型阶段

fromTime

string

数据的开始时间
如2018-1-1

返回

字段

类型

描述

candidateId

integer

候选人在Moka中的唯一id

applicationId

integer

候选人该申请在Moka中的唯一id

name

string

姓名

phone

string

电话

email

string

邮箱

gender

string

性别,以下值之一:

birthYear

integer

出生年份,如1990

birthDate

string

出生日期

ethnic

string

民族

certificateType

integer

证件类型
可选值:
1:身份证
2:香港身份证
3:澳门身份证
4:台湾身份证
5:护照
6:其他证件
7:港澳居民来往内地通行证
8:台湾居民来往内地通行证
9:外国人工作许可证
10:外国人居留许可证

citizenId

string

证件号码

nationality

string

国籍

nativePlace

string

籍贯

hireMode

integer

招聘模式
可选值:
1: 社招
2: 校招

source

string

渠道,如拉勾

sourceType

integer

来源
可选值:
1:主动搜索,2:主动投递,3:人才推荐

stageName

string

所在阶段名称

stageType

number

所在阶段类型
可选值:
100 :初筛
101 :Offer型
102 :待入职
200 :筛选型
201 :面试型
202: 测试型
205 :无类型
206 :试工型

location

string

所在地,如北京

academicDegree

string

最高学历
可选值:
本科硕士博士高中大专中专MBA其他

married

string

婚姻状态
可选值
'已婚', '未婚', '离异', '丧偶', 'CIVILUNION', 'COHABITATING', 'MARRIED', 'DIVORCED', 'ENGAGED', 'SEPARATED', 'SINGLE', 'WIDOWED'

nativePlaceCode

integer

籍贯编码(籍贯为空时为null,编码详情见附件)

nationalityCode

integer

国籍编码(国籍为空时为null,编码详情见附件)

genderCode

integer

性别编码(性别为空时为null,编码详情见附件)

academicDegreeCode

integer

学历编码(学历为空时为null,编码详情见附件)

ethnicCode

integer

民族编码(民族为空时为null,编码详情见附件)

educationInfo[]

array

教育经历

educationInfo[].startDate

string

学校开始时间,最多精确到月。如2010-09, 2008

educationInfo[].endDate

string

学校结束时间,最多精确到月。如2010-09, 2008

educationInfo[].now

boolean

标识结束时间是否为“至今”。当结束时间为至今时,now=true,此时endDate的值将可能为任意值,直接忽略endDate即可

educationInfo[].school

string

学校名称

educationInfo[].speciality

string

专业

educationInfo[].academicDegree

string

学历
可选值:
本科硕士博士高中大专中专MBA其他

experienceInfo[]

array

工作经历

experienceInfo[].startDate

string

工作开始时间,最多精确到月。如2010-09, 2008

experienceInfo[].endDate

string

工作结束时间,最多精确到月。如2010-09, 2008

experienceInfo[].now

boolean

标识结束时间是否为“至今”。当结束时间为至今时,now=true,此时endDate的值将可能为任意值,直接忽略endDate即可

experienceInfo[].company

string

公司名称

experienceInfo[].title

string

职位名称

experienceInfo[].summary

string

工作职责

experienceInfo[].reasonForLeaving

string

离职原因

experienceInfo[].underlingNumber

string

下属人数

awardInfo[]

array

获奖经历

awardInfo[].awardDate

datetime

获奖时间

awardInfo[].awardName

string

获奖名称

job

object

应聘职位信息

job.title

string

职位名称

job.department

string

职位所在部门

job.departmentPath

string

职位所在部门的完整路径,从上级到下级,以/分割

job.departmentCode

string

部门code

job.parentDepartmentCode

string

父级部门code

job.competencyType

string

职能类型

job.customFields

array

job自定义字段

job.customFields[].name

string

job自定义字段名称

job.customFields[].value

string

job自定义字段值

ehrCustomFields[]

array

ehr自定义导出字段集合

referrer

object

推荐人信息

referrer.name

string

推荐人姓名

referrer.email

string

推荐人邮箱

referrer.phone

string

推荐人电话

jobRanksInfo[].name

string

职位级别名称

jobRanksInfo[].type

string

职位级别类型

jobRanksInfo[].level

string

职位级别等级

headcountInfo[].id

number

Headcount ID

headcountInfo[].number

string

Headcount 编号

headcountInfo[].name

string

Headcount 名称

customFields[]

array

候选人自定义字段,仅包含标准简历中设置的自定义字段

customFields[].name

string

自定义字段名称

customFields[].value

string

自定义字段值。对于是否题类型
可选值:
1:是
0:否。

customFields[].now

boolean

当自定义字段是时间段时存在该字段,标识结束时间是否为“至今”。结束时间为至今时,now=true,此时endDate的值将可能为任意值,直接忽略endDate即可

customFields[].section

string

自定义字段所在的模块名称,模块可以是内置模块(如experienceInfo)或者自定义模块(如紧急联系人)

customFields[].index

string

对于experienceInfo、educationInfo或者自定义模块(如紧急联系人)等存在多条数据的模块,index表示这个字段是第几条数据的自定义字段信息

customFields[].codes

string

选择题自定义code(仅对有code的选择题生效)

offer

object

offer信息

offer.salaryNumber

number

薪资待遇

offer.checkinDate

string

入职日期

offer.location

string

入职后工作地

offer.creator

object

offer创建人信息

offer.creator.name

string

offer创建人姓名

offer.creator.email

string

offer创建人邮箱

offer.finishedAt

string

offer接受时间。日期格式为:ISO8601

offer.customFields

array

offer自定义字段

offer.customFields[].name

string

offer自定义字段名称

offer.customFields[].value

string

offer自定义字段值

offer.departmentName

string

入职部门名称

offer.departmentCode

number

入职部门code

offer.parentDepartmentCode

number

入职部门上级部门code

offer.departmentPath

string

入职部门完整路径

offer.offerLastSentAt

string

末次发送offer时间

projectInfo

array

项目经验

projectInfo[].startDate

string

项目开始时间,最多精确到月。如2010-09, 2008

projectInfo[].endDate

string

项目结束时间,最多精确到月。如2010-09, 2008

projectInfo[].projectName

string

项目名称

projectInfo[].title

string

担任> 职责

projectInfo[].projectDescript

string

项目描述

projectInfo[].responsibilities

string

项目中职责

projectInfo[].now

boolean

标识结束时间是否为“至今”。当结束时间为至今时,now=true,此时endDate的值将可能为任意值,直接忽略endDate即可

languageInfo

array

语言能力

languageInfo[].language

string

语言类型

languageInfo[].level

string

掌握程度

languageInfo[].listenAndSpeak

string

听说能力

languageInfo[].readAndWrite

string

读写能力

invitationUpdateStatus

integer

邀请更新状态
可选值:
0:未邀请
1:未更新
2:已更新

请求样例

$ curl https://api.mokahr.com/api-platform/v1/data/moved_applications
1
plaintext

返回样例

[ { "applicationId": 23191, "candidateId": 12552, "moved_at": "2019-01-25T10:25:36.000Z", "name": "曹大帅", "phone": "15013186607", "email": "1170616425@qq.com", "gender": "男", "birthYear": 1991, "birthDate": "2020-03-17T00:00:00.000Z", "nationality": null, "experience": 2, "ethnic": null, "citizenId": null, "nativePlace": "", "location": "湖北-武汉", "source": "智联", "sourceType": 2, "academicDegree": "硕士", "lastSpeciality": "人力资源管理", "married": "未婚", "jobCommitment": "全职", "hireMode": 1, "departmentCode": null, "parentDepartmentCode": null, "resumeKey": "1f0f3d5f-17d4-4e21-a135-a8dbb8648297.html", "stageName": "用人部门筛选", "stageType": 200, "nativePlaceCode": null, "nationalityCode": null, "genderCode": 0, "academicDegreeCode": 5, "ethnicCode": null, "job": { "title": "5432154321543215432154321v543215432154321", "department": null, "departmentCode": null, "parentDepartmentCode": null, "competencyType": null, "jobId": "ea932057-2637-4408-98a2-a3366b4ade14" }, "jobManager": { "name": "Moka小助手", "email": "why947608878@163.com", "phone": "18610778251", "employeeId": "01" }, "resumeUrl": "", "educationInfo": [ { "id": 35764, "startDate": "2014-09", "endDate": "2017-06", "school": "长江大学", "speciality": "农业经济管理", "academicDegree": "硕士", "startTime": 1409500800, "endTime": 1496246400, "now": false }, { "id": 35765, "startDate": "2010-09", "endDate": "2014-06", "school": "长江大学", "speciality": "人力资源管理", "academicDegree": "本科", "startTime": 1283270400, "endTime": 1401552000, "now": false } ], "experienceInfo": [], "awardInfo": [], "customFields": [], "referrer": null, "headcountInfo": [], "jobRanksInfo": [], "offer": null, "projectInfo": [ { "startDate": "2014-06", "endDate": "2014-09", "projectName": "土地流转确权工作", "title": "", "projectDescript": "1.了解荆州市农村人口占全市的比例。\r\n2.了解荆州市农村土地流转的面积。\r\n3.了解荆州市土地流转的模式。\r\n4.了解荆州市农村农户进行土体流转出现的问题和法律纠纷。\r\n5.整理相关文献资料,利用搜集到的土地流转资料撰写论文,总结分析出农户土地流转出现的问题,并找到其应对的措施。", "responsibilities": "深入到农村基层,通过与农户的交谈和问卷调研方式,了解荆州市农村土地的流转情况,土地流转的面积、模式,考察荆州市农村居民土地流转出现的问题,以及它们的解决方式,另外考察当地政府对土地流转的支持力度。", "startTime": 1401552000, "endTime": 1409500800, "now": false } ], "languageInfo": [], "invitationUpdateStatus": 1 }, { "applicationId": 44803, "candidateId": 34339, "moved_at": "2019-01-16T07:56:44.000Z", "name": "张五", "phone": "15811077349", "email": "sgurr@163.com", "gender": "男", "birthYear": 1989, "nationality": null, "experience": null, "ethnic": null, "citizenId": null, "nativePlace": "", "location": null, "source": "智联", "sourceType": 1, "academicDegree": "本科", "lastSpeciality": "人力资源管理", "married": null, "jobCommitment": "全职", "hireMode": 1, "departmentCode": "1", "parentDepartmentCode": null, "resumeKey": null, "stageName": "新增offer型阶段", "stageType": "101", "nativePlaceCode": null, "nationalityCode": null, "genderCode": 0, "academicDegreeCode": 4, "ethnicCode": null, "job": { "title": "qa", "department": "马蜂窝", "departmentCode": "1", "parentDepartmentCode": null, "competencyType": null, "departmentPath": "马蜂窝", "jobId": "ea932057-2637-4408-98a2-a3366b4ade14" }, "jobManager": { "name": "安涛", "email": "antao@mokahr.com", "phone": "15201314595", "employeeId": "01" }, "resumeUrl": "", "educationInfo": [ { "id": 37153, "startDate": "", "endDate": "", "school": "收到回复看吧", "speciality": "哈是的", "academicDegree": "本科", "startTime": null, "endTime": null, "now": false } ], "experienceInfo": [], "awardInfo": [], "customFields": [ { "codes": "", "name": "民族自定义", "value": "维吾尔族", "section": "basicInfo" } ], "referrer": null, "headcountInfo": [ { "id": 5, "number": "3", "name": "测试HC更新1" } ], "jobRanksInfo": [], "offer": null, "projectInfo": [], "languageInfo": [], "invitationUpdateStatus": 1 } ]
1
plaintext
未能解决您的问题?请联系
本篇目录

HTTP请求

请求query

返回

请求样例

返回样例