该接口将返回指定条件中所有阶段内的全部候选人信息
HTTP请求
GET https://api.mokahr.com/api-platform/v1/data/movedApplications
请求query
字段 | 必填 | 类型 | 描述 |
---|---|---|---|
stage | 否 | string | 申请归档前阶段名 |
fromTime | 是 | string | 数据的开始时间, |
next | 是 | string | 分页参数,如果有更多的数据可供拉取,响应的json中会有一个 |
reqType | 否 | string | all:全量,忽略标记,全部返回给调用方 update:更新和变量(默认),每次请求会将未标记的数据返回给调用方,并标记返回数据 |
limit | 否 | string | 分页用的每页条数,默认20,最大20 |
返回
字段 | 类型 | 描述 |
---|---|---|
candidateId | integer | 候选人在Moka中的唯一id |
applicationId | integer | 候选人该申请在Moka中的唯一id |
name | string | 姓名 |
phone | string | 电话 |
string | 邮箱 | |
gender | string | 性别,以下值之一: |
birthYear | integer | 出生年份,如 |
birthDate | string | 出生日期 |
ethnic | string | 民族 |
certificateType | integer | 证件类型 |
citizenId | string | 证件号码 |
nationality | string | 国籍 |
nativePlace | string | 籍贯 |
hireMode | integer | 招聘模式 |
source | string | 渠道,如 |
sourceType | integer | 来源 |
stageName | string | 所在阶段名称 |
stageType | number | 所在阶段类型 |
location | string | 所在地,如 |
academicDegree | string | 最高学历 |
married | string | 婚姻状态 |
nativePlaceCode | integer | 籍贯编码(籍贯为空时为null,编码详情见附件) |
nationalityCode | integer | 国籍编码(国籍为空时为null,编码详情见附件) |
genderCode | integer | 性别编码(性别为空时为null,编码详情见附件) |
academicDegreeCode | integer | 学历编码(学历为空时为null,编码详情见附件) |
ethnicCode | integer | 民族编码(民族为空时为null,编码详情见附件) |
educationInfo[] | array | 教育经历 |
educationInfo[].startDate | string | 学校开始时间,最多精确到月。如 |
educationInfo[].endDate | string | 学校结束时间,最多精确到月。如 |
educationInfo[].now | boolean | 标识结束时间是否为“至今”。当结束时间为至今时,now=true,此时endDate的值将可能为任意值,直接忽略endDate即可 |
educationInfo[].school | string | 学校名称 |
educationInfo[].speciality | string | 专业 |
educationInfo[].academicDegree | string | 学历 |
experienceInfo[] | array | 工作经历 |
experienceInfo[].startDate | string | 工作开始时间,最多精确到月。如 |
experienceInfo[].endDate | string | 工作结束时间,最多精确到月。如 |
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自定义导出字段集合 |
idCardFrontList | array | 上传身份证照片(人像面) |
idCardBackList | string | 上传身份证照片(国徽面) |
idCardSignOrganization | string | 身份证签发机关 |
idCardValidity | string | 证件有效期 |
customAttachmentList | obj | 候选人标准简历的所有附件 |
customAttachmentList.customUpload+customId | ary | 候选人标准简历的附件的key由customUpload(固定字符串)+customId组成 |
customAttachmentList.customUpload+customId[].attachmentName | string | 附件名称 |
customAttachmentList.customUpload+customId[].attachmentSize | number | 附件大小(byte) |
customAttachmentList.customUpload+customId[].candidateId | number | 候选人id |
customAttachmentList.customUpload+customId[].customId | number | 自定义字段id |
customAttachmentList.customUpload+customId[].downloadUrl | string | 下载地址24小时失效 |
customAttachmentList.customUpload+customId[].createdAt | string | 附件创建时间(时间戳格式) |
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 | 自定义字段值。对于是否题类型 |
customFields[].now | boolean | |
customFields[].section | string | 自定义字段所在的模块名称,模块可以是内置模块(如experienceInfo)或者自定义模块(如紧急联系人) |
customFields[].index | string | 对于experienceInfo、educationInfo或者自定义模块(如紧急联系人)等存在多条数据的模块, |
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 | 项目开始时间,最多精确到月。如 |
projectInfo[].endDate | string | 项目结束时间,最多精确到月。如 |
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 | 邀请更新状态 |
请求样例
$ curl https://api.mokahr.com/api-platform/v1/data/movedApplications
返回样例
{ "next":"2019-01-16T07:56:44.000Z_44803", "data":[ { "applicationId": 23191, "candidateId": 12552, "moved_at": "2019-01-25T10:25:36.000Z", "name": "曹大帅", "phone": "15013186607", "email": "1170616425@qq.com", "gender": "男", "birthYear": 1991, "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": [] }, { "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", "customFields": [ { "name": "职位-年月", "value": "2019-01" } ] }, "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": [] } ] }