HTTP请求
POST https://api.mokahr.com/api-platform/v2/data/ehrApplications
请求body参数(application/json)
字段 | 必填 | 类型 | 描述 |
---|---|---|---|
否 | string | 候选人邮箱 | |
applicationIds | 否 | array[integer] | 候选人ids |
invitationUpdateStatus | 否 | integer | 邀请更新状态 |
limit | 否 | integer | 分页用的每页条数,默认20,最大20 |
next | 否 | string | 分页参数, 只传这一个就可以 |
phone | 否 | string | 候选人手机号 |
offerAttachment | 否 | boolean | 只有为true的时候才返回offer附件下载链接,一个小时有效。 |
applicationForm | 否 | boolean | 只有为true的时候才返回候选人自定义样式登记表 |
pipelineIds | 否 | array[integer] | 流程ids |
stageIds | 否 | array[integer] | 阶段ids |
updateAtStartTime | 否 | string | 更新开始时间,传入北京时间,格式为YYYY-MM-DDTHH:mm:ss.sssZ |
updateAtEndTime | 否 | string | 更新结束时间,传入北京时间,格式为YYYY-MM-DDTHH:mm:ss.sssZ |
needAttachment | 否 | boolean | 是否返回附件 不传默认true,true返回附件,false 不返回附件 |
archived | 否 | boolean | 申请是否归档.true/false(true已归档,false未归档) |
hireMode | 否 | integer | 招聘模式.1/2(1社招,2校招,传其他视为没传) |
applicationCreateStartTime | 否 | long | 数据创建开始时间(时间戳格式,指申请首次被保存至数据库的时间) |
applicationCreateEndTime | 否 | long | 数据创建结束时间(时间戳格式,指申请首次被保存至数据库的时间) |
applicationAppliedAtStartTime | 否 | long | 申请创建开始时间(时间戳格式,指系统展示的申请日期) |
applicationAppliedAtEndTime | 否 | long | 申请创建结束时间(时间戳格式,指系统展示的申请日期) |
返回
返回body的JSON数据如下:
字段 | 类型 | 描述 |
---|---|---|
code | integer | 返回码:非200代表错误 |
msg | string | 报错信息 |
next | string | 如果返回则下次请求带上则自动分页 |
data | array | 返回数据详细信息 |
data[].basicInfo | Object | 候选人申请信息 |
data[].basicInfo.candidateId | integer | 候选人在Moka中的唯一id |
data[].basicInfo.pipelineId | long | 申请所在的招聘流程id |
data[].basicInfo.stageId | long | 申请所在的阶段id |
data[].basicInfo.sourceId | long | 申请的渠道id |
data[].basicInfo.applicationId | integer | 候选人申请ID |
data[].basicInfo.aimWorkCity | string | 候选人意向城市 |
data[].basicInfo.name | string | 姓名 |
data[].basicInfo.phone | string | 手机号码 |
data[].basicInfo.prefixPhone | string | 国家呼叫代码 |
data[].basicInfo.email | string | 邮箱 |
data[].basicInfo.gender | string | 性别,以下值之一:男,女 |
data[].basicInfo.birthDate | string | 出生日期 |
data[].basicInfo.ethnic | string | 民族 |
data[].basicInfo.certificateType | integer | 证件类型 |
data[].basicInfo.citizenId | string | 证件号码 |
data[].basicInfo.nationality | string | 国家/地区 |
data[].basicInfo.nativePlace | string | 籍贯 |
data[].basicInfo.experience | integer | 工作经验可选值: |
data[].basicInfo.skill | string | 技能 |
data[].basicInfo.awards | string | 获奖经历 |
data[].basicInfo.personalInterests | string | 兴趣爱好 |
data[].basicInfo.lastWorkedJobTitle | string | 目前职位 |
data[].basicInfo.graduateDate | string | 毕业时间 |
data[].basicInfo.personal | string | 自我描述 |
data[].basicInfo.location | string | 所在地,如北京 |
data[].basicInfo.academicDegree | string | 最高学历,以下值之一:本科,硕士,博士,高中,大专,中专,初中及以下,MBA,其他 |
data[].basicInfo.lastCompany | string | 最近公司,以下值之一:null无最近公司,xxx任职公司名称 |
data[].basicInfo.lastSpeciality | string | 最近毕业专业 |
data[].basicInfo.industry | string | 所在行业 |
data[].basicInfo.forwardIndustry | string | 期望行业 |
data[].basicInfo.startFrom | string | 到岗时间 |
data[].basicInfo.salary | string | 当前薪资 |
data[].basicInfo.aimSalary | string | 期望薪资 |
data[].basicInfo.forwardLocation | string | 期望城市 |
data[].basicInfo.ethnicCode | integer | 民族编码(民族为空时为null,编码详情见附件) |
data[].basicInfo.nativePlaceCode | integer | 籍贯编码(籍贯为空时为null,编码详情见附件) |
data[].basicInfo.nationalityCode | integer | 国籍编码(国籍为空时为null,编码详情见附件) |
data[].basicInfo.genderCode | integer | 性别编码(性别为空时为null,编码详情见附件) |
data[].basicInfo.academicDegreeCode | integer | 学历编码(学历为空时为null,编码详情见附件) |
data[].basicInfo.lastUpdate | string | 简历更新时间 |
data[].basicInfo.blacklistTags | string | 黑名单标签(只有黑名单库才有) |
data[].basicInfo.blacklistDetail | string | 黑名单原因(只有黑名单库才有) |
data[].basicInfo.married | string | 婚姻状态 |
data[].basicInfo.political | string | 政治面貌 |
data[].basicInfo.address | string | 户籍地址 |
data[].basicInfo.realHiredDate | string | 入职时间 |
data[].basicInfo.customFields | array | 自定义字段列表 |
data[].basicInfo.customFields[].builtinInfoId | Long | 定位自定义信息与所属模块,如某自定义信息对应具体哪段工作经历或哪段教育经历等 |
data[].basicInfo.customFields[].customFieldId | Long | 自定义字段ID |
data[].basicInfo.customFields[].name | String | 自定义字段名称 |
data[].basicInfo.customFields[].value | Boolean或String | 自定义字段值,这个根据字段类型返回不同类型的值 |
data[].basicInfo.customFields[].now | String | 当自定义字段是时间段时存在该字段,标识结束时间是否为“至今”。结束时间为至今时,now=true,此时endDate的值将可能为任意值,直接忽略endDate即可 |
data[].basicInfo.customFields[].section | String | 字段归属,声明是以下哪个父级下的自定义字段: basicInfo 个人信息 jobIntention 求职意向 experienceInfo 工作经历 educationInfo 教育背景 practiceInfo 实习经历projectInfo 项目经验 languageInfo 语言能力 selfDescription 自我描述 awardInfo 获奖经历 |
data[].basicInfo.customFields[].index | number | 索引,对于experienceInfo、educationInfo或者自定义模块(如紧急联系人)等存在多条数据的模块,index表示这个字段是第几条数据的自定义字段信息 |
data[].basicInfo.customFields[].codes | array['String'] | 选择题选项值编码 |
data[].basicInfo.label | array | 候选人标签 |
data[].basicInfo.label[].id | integer | 标签id |
data[].basicInfo.label[].label | string | 标签名称 |
data[].basicInfo.label[].type | number | 标签类型 |
data[].basicInfo.educationInfo[] | array | 教育经历 |
data[].basicInfo.educationInfo[].id | string | 教育经历id |
data[].basicInfo.educationInfo[].startDate | string | 学校开始时间,最多精确到月。如2010-09, 2008 |
data[].basicInfo.educationInfo[].endDate | string | 学校结束时间,最多精确到月。如2010-09, 2008 |
data[].basicInfo.educationInfo[].now | boolean | 标识结束时间是否为“至今”。当结束时间为至今时,now=true,此时endDate的值将可能为任意值,直接忽略endDate即可 |
data[].basicInfo.educationInfo[].school | string | 学校名称 |
data[].basicInfo.educationInfo[].speciality | string | 专业名称 |
data[].basicInfo.educationInfo[].academicDegree | string | 学历,以下值之一:本科,硕士,博士,高中,大专,中专,初中及以下,MBA,其他 |
data[].basicInfo.awardInfo[] | array | 获奖经历 |
data[].basicInfo.awardInfo[].id | string | 获奖经历id |
data[].basicInfo.awardInfo[].awardDate | string | 获奖时间 |
data[].basicInfo.awardInfo[].awardName | string | 获奖名称 |
data[].basicInfo.projectInfo | array | 项目经验 |
data[].basicInfo.projectInfo[].id | string | 项目经验id |
data[].basicInfo.projectInfo[].startDate | string | 项目开始时间,最多精确到月。如2010-09, 2008 |
data[].basicInfo.projectInfo[].endDate | string | 项目结束时间,最多精确到月。如2010-09, 2008 |
data[].basicInfo.projectInfo[].now | boolean | 标识结束时间是否为“至今”。当结束时间为至今时,now=true,此时endDate的值将可能为任意值,直接忽略endDate即可 |
data[].basicInfo.projectInfo[].projectName | string | 项目名称 |
data[].basicInfo.projectInfo[].title | string | 担任> 职责 |
data[].basicInfo.projectInfo[].projectDescription | string | 项目描述 |
data[].basicInfo.projectInfo[].responsibilities | string | 项目中职责 |
data[].basicInfo.languageInfo | array | 语言能力 |
data[].basicInfo.languageInfo[].id | string | 语言能力id |
data[].basicInfo.languageInfo[].language | string | 语言类型 |
data[].basicInfo.languageInfo[].level | string | 掌握程度 |
data[].basicInfo.languageInfo[].listenAndSpeak | string | 听说能力 |
data[].basicInfo.languageInfo[].readAndWrite | string | 读写能力 |
data[].basicInfo.practiceInfo[] | array | 实习经历 |
data[].basicInfo.practiceInfo[].id | string | 实习经历id |
data[].basicInfo.practiceInfo[].startDate | string | 实习开始时间 |
data[].basicInfo.practiceInfo[].endDate | string | 实习结束时间 |
data[].basicInfo.practiceInfo[].company | string | 公司名称 |
data[].basicInfo.practiceInfo[].title | string | 职位名称 |
data[].basicInfo.practiceInfo[].location | string | 工作地点 |
data[].basicInfo.practiceInfo[].industry | string | 所在行业 |
data[].basicInfo.practiceInfo[].leader | string | 汇报对象 |
data[].basicInfo.practiceInfo[].department | string | 所在部门 |
data[].basicInfo.practiceInfo[].salary | string | 薪资 |
data[].basicInfo.practiceInfo[].summary | string | 工作职责 |
data[].basicInfo.practiceInfo[].type | string | 公司性质 |
data[].basicInfo.practiceInfo[].size | string | 公司规模 |
data[].basicInfo.experienceInfo[] | array | 工作经历 |
data[].basicInfo.experienceInfo[].id | string | 工作经历id |
data[].basicInfo.experienceInfo[].startDate | string | 工作开始时间,最多精确到月。如2010-09, 2008 |
data[].basicInfo.experienceInfo[].endDate | string | 工作结束时间,最多精确到月。如2010-09, 2008 |
data[].basicInfo.experienceInfo[].now | boolean | 标识结束时间是否为“至今”。当结束时间为至今时,now=true,此时endDate的值将可能为任意值,直接忽略endDate即可 |
data[].basicInfo.experienceInfo[].company | string | 公司名称 |
data[].basicInfo.experienceInfo[].title | string | 职位名称 |
data[].basicInfo.experienceInfo[].location | string | 工作地点 |
data[].basicInfo.experienceInfo[].industry | string | 所在行业 |
data[].basicInfo.experienceInfo[].leader | string | 汇报对象 |
data[].basicInfo.experienceInfo[].department | string | 所在部门 |
data[].basicInfo.experienceInfo[].salary | string | 薪资 |
data[].basicInfo.experienceInfo[].summary | string | 工作职责 |
data[].basicInfo.experienceInfo[].reasonForLeaving | string | 离职原因 |
data[].basicInfo.experienceInfo[].underlingNumber | string | 下属人数 |
data[].basicInfo.experienceInfo[].type | string | 公司性质 |
data[].basicInfo.experienceInfo[].size | string | 公司规模 |
data[].basicInfo.archived | boolean | 申请是否归档 |
data[].basicInfo.archivedAt | string | 申请归档时间 |
data[].basicInfo.archiveReasonId | integer | 归档原因ID |
data[].basicInfo.archiveReasons | string | 归档原因 |
data[].basicInfo.archiveReasonsDetails | string | 归档原因详细 |
data[].basicInfo.talentPoolsList | Array | 候选人所属人才库信息 |
data[].basicInfo.talentPoolsList[].talentPoolId | integer | 人才库id |
data[].basicInfo.talentPoolsList[].name | string | 人才库名称 |
data[].basicInfo.talentPoolsList[].description | string | 人才库描述 |
data[].basicInfo.personalUrl | string | 个人链接 |
data[].basicInfo.portraitUrl | string | 候选人头像的图片地址,链接有效期为1小时 |
data[].basicInfo.standardResumeUrl | string | 标准简历下载链接 |
data[].basicInfo.resumeUrl | string | 原始简历下载链接 |
data[].basicInfo.ehrCandidateExternalLink | string | 候选人详情的链接,可以直接在浏览器中打开查看,该链接有效期默认14天 |
data[].basicInfo.invitationUpdateStatus | integer | 邀请更新状态 |
data[].basicInfo.movedAt | string | 阶段移动时间 |
data[].basicInfo.createdAt | string | 候选人申请创建时间 |
data[].basicInfo.updatedAt | string | 候选人申请更新时间 |
data[].basicInfo.appliedAt | string | 申请投递时间 |
data[].basicInfo.campusSiteId | number | 申请的校招站点名称,hireMode=2时存在 |
data[].basicInfo.referrer | object | 推荐人信息 |
data[].basicInfo.referrer.name | string | 推荐人姓名 |
data[].basicInfo.referrer.email | string | 推荐人邮箱 |
data[].basicInfo.referrer.phone | string | 推荐人电话 |
data[].basicInfo.referrer.number | string | 推荐人工号,以下值之一:null无工号,xxx工号 |
data[].basicInfo.referrer.employeeId | string | 推荐人工号2 |
data[].basicInfo.assignments[] | array | 推荐人信息 |
data[].basicInfo.assignments[].assigneeId | Long | 被推荐人 |
data[].basicInfo.assignments[].assignerId | Long | 推荐人 |
data[].basicInfo.assignments[].result | string | 推荐结果 |
data[].basicInfo.assignments[].sentAt | date | 向被转发人发送通知的时间 |
data[].basicInfo.campusSiteId | integer | 申请的校招站点id |
data[].basicInfo.sourceType | integer | 来源 |
data[].basicInfo.sourceList | Array | 渠道分级,数组按照一级渠道、二级渠道、三级渠道的顺序排列 |
data[].basicInfo.sourceList[].id | integer | 渠道id(第一级渠道不存在id) |
data[].basicInfo.sourceList[].name | string | 渠道名称 |
data[].basicInfo.sourceList[].isBuiltin | number | 是否系统内置渠道 |
data[].basicInfo.hireMode | integer | 招聘模式 |
data[].basicInfo.pipeline | object | 申请所属流程 |
data[].basicInfo.pipeline.name | string | 流程名称 |
data[].basicInfo.pipeline.id | integer | 流程id |
data[].basicInfo.stage | object | 阶段 |
data[].basicInfo.stage.id | integer | 阶段id |
data[].basicInfo.stage.name | string | 阶段名称(归档后为归档前阶段名称) |
data[].basicInfo.stage.type | integer | 所在阶段类型 |
data[].basicInfo.probation | integer | 试用期 |
data[].basicInfo.headcountId | integer | 入职HC ID |
data[].basicInfo.headcountNumber | string | 入职HC编号 |
data[].basicInfo.headcountName | string | 入职HC名称 |
data[].basicInfo.attachments | array | 候选人的所有附件 |
data[].basicInfo.attachments[].applicationId | integer | 申请id |
data[].basicInfo.attachments[].name | string | 候选人附件的文件名(带文件后缀) |
data[].basicInfo.attachments[].applyFormId | number | |
data[].basicInfo.attachments[].size | integer | 候选人附件的文件大小 |
data[].basicInfo.attachments[].createTime | string | 附件上传或生成时间 |
data[].basicInfo.attachments[].url | string | 候选人附件的下载地址 |
data[].basicInfo.attachments[].customFieldId | integer | 自定义附件字段ID |
data[].basicInfo.attachments[].customFieldName | string | 自定义附件字段名称 |
data[].basicInfo.attachments[].type | string | 候选人附件的类型 |
data[].basicInfo.remarks | array | 候选人备注 |
data[].basicInfo.remarks[].creator | object | 备注的创建者信息 |
data[].basicInfo.remarks[].creator.name | string | 备注的创建者名称 |
data[].basicInfo.remarks[].creator.phone | string | 备注的创建者手机号吗 |
data[].basicInfo.remarks[].creator.email | string | 备注的创建者邮箱 |
data[].basicInfo.remarks[].creator.number | string | 备注的创建者工号 |
data[].basicInfo.remarks[].creator.employeeId | string | 备注的创建者工号2 |
data[].basicInfo.remarks[].content | string | 备注的内容 |
data[].basicInfo.remarks[].targets | array | 备注的@的人员信息,格式同创建者信息 |
data[].basicInfo.remarks[].isPrivate | boolean | 备注是不是私密 |
data[].basicInfo.remarks[].type | string | 备注类型:人工填写 |
data[].basicInfo.remarks[].createdAt | string | 备注创建时间 |
data[].basicInfo.owner | object | 候选人所有者 |
data[].basicInfo.owner.name | string | 候选人所有者名字 |
data[].basicInfo.owner.phone | string | 候选人所有者电话 |
data[].basicInfo.owner.email | string | 候选人所有者邮箱 |
data[].basicInfo.owner.number | string | 候选人所有者工号 |
data[].basicInfo.owner.employeeId | string | 候选人所有者工号2 |
data[].basicInfo.idCardFrontList | string | 上传身份证照片(人像面) |
data[].basicInfo.idCardBackList | string | 上传身份证照片(国徽面) |
data[].basicInfo.idCardSignOrganization | string | 身份证签发机关 |
data[].basicInfo.idCardValidity | string | 证件有效期 |
data[].basicInfo.interestSource | array | 利益所属渠道信息。返回数据根据渠道,分级展示,部分渠道没有第三级 |
data[].basicInfo.interestSource[].id | Ingeger | id |
data[].basicInfo.interestSource[].name | 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 | 附件创建时间(时间戳格式) |
data[].offerInfo | object | offer信息 |
data[].offerInfo.applicationId | integer | 申请id |
data[].offerInfo.approvalStatus | string | 审批状态 |
data[].offerInfo.status | string | 可选值: |
data[].offerInfo.finishedAt | string | offer接受时间 |
data[].offerInfo.checkinDate | string | 预计入职时间 |
data[].offerInfo.creator | object | offer创建人信息 |
data[].offerInfo.creator.name | string | offer创建人姓名 |
data[].offerInfo.creator.email | string | offer创建人邮箱 |
data[].offerInfo.creator.phone | string | offer创建人手机号 |
data[].offerInfo.creator.number | string | offer创建人工号 |
data[].offerInfo.creator.employeeId | string | offer创建人工号2 |
data[].offerInfo.attachment | array | offer附件列表 |
data[].offerInfo.attachment[].name | string | offer附件名称 |
data[].offerInfo.attachment[].size | number | offer附件大小 |
data[].offerInfo.attachment[].downloadUrl | string | offer附件下载链接,一个小时有效。 |
data[].offerInfo.attachment[].attachmentType | integer | offer附件类型 |
data[].offerInfo.offerHistoryList | array | offer发送记录 |
data[].offerInfo.offerHistoryList[].sentAt | string | offer发送时间 |
data[].offerInfo.offerHistoryList[].sentUser | object | offer发送人信息 |
data[].offerInfo.offerHistoryList[].sentUser.name | string | offer发送人姓名 |
data[].offerInfo.offerHistoryList[].sentUser.email | string | offer发送人邮箱 |
data[].offerInfo.offerHistoryList[].sentUser.phone | string | offer发送人手机号 |
data[].offerInfo.offerHistoryList[].sentUser.number | string | offer发送人工号 |
data[].offerInfo.offerHistoryList[].sentUser.employeeId | string | offer发送人工号2 |
data[].offerInfo.offerHistoryList[].status | string | 已接收: accepted已拒绝: rejected |
data[].offerInfo.offerHistoryList[].operationType | integer | 操作类型 |
data[].offerInfo.hcInfo | object | offer选中的headCount信息 |
data[].offerInfo.hcInfo.id | integer | offer选中的Headcount ID |
data[].offerInfo.hcInfo.number | string | offer选中的Headcount 编号 |
data[].offerInfo.hcInfo.name | string | offer选中的Headcount 名称 |
data[].offerInfo.hcInfo.status | string | offer选中的Headcount 状态 |
data[].offerInfo.hcInfo.ownerEmployeeId | string | offer选中的Headcount负责人工号 |
data[].offerInfo.hcInfo.department | object | offer选中的Headcount部门信息 |
data[].offerInfo.hcInfo.department.departmentName | string | 部门名称 |
data[].offerInfo.hcInfo.department.departmentCode | string | 部门code |
data[].offerInfo.hcInfo.department.departmentPath | string | 部门path |
data[].offerInfo.hcInfo.department.parentAPICode | string | 父级部门code |
data[].offerInfo.hcInfo.manager | object | offer选中的Headcount的负责人信息 |
data[].offerInfo.hcInfo.manager.name | string | 姓名 |
data[].offerInfo.hcInfo.manager.email | string | 邮箱 |
data[].offerInfo.hcInfo.manager.phone | string | 手机号 |
data[].offerInfo.hcInfo.manager.number | string | 工号 |
data[].offerInfo.hcInfo.manager.employeeId | string | 工号2 |
data[].offerInfo.locationString | string | 入职地点 |
data[].offerInfo.jobRankType | string | 职级类型 |
data[].offerInfo.jobRankLevel | number | 职级等级 |
data[].offerInfo.jobRankName | string | 职级名称 |
data[].offerInfo.salaryType | integer | 薪资类型 |
data[].offerInfo.salaryNumber | string | 薪资数值 |
data[].offerInfo.department | object | 入职部门信息 |
data[].offerInfo.department.id | string | 入职部门id |
data[].offerInfo.department.departmentName | string | 入职部门名称 |
data[].offerInfo.department.departmentCode | string | 入职部门编码 |
data[].offerInfo.department.departmentPath | string | 入职部门完整路径 |
data[].offerInfo.department.parentAPICode | string | 父部门code |
data[].offerInfo.customFields | array | offer自定义字段 |
data[].offerInfo.customFields[].name | string | offer自定义字段名称 |
data[].offerInfo.customFields[].value | string | offer自定义字段值 |
data[].offerInfo.customFields[].codes | string | 选择题自定义code(仅对有code的选择题生效) |
data[].offerInfo.attachmentList | array | offer附件列表 |
data[].offerInfo.attachmentList[].name | string | offer附件名称 |
data[].offerInfo.attachmentList[].size | number | offer附件大小 |
data[].offerInfo.attachmentList[].downloadUrl | string | offer附件下载链接,一个小时有效 |
data[].offerInfo.attachmentList[].attachmentType | number | offer附件类型 |
data[].interviewInfo | array | 面试信息 |
data[].interviewInfo[].applicationId | number | 申请id |
data[].interviewInfo[].groupInterviewId | number | 面试id |
data[].interviewInfo[].groupId | string | 面试组id |
data[].interviewInfo[].noInterview | boolean | 是否无面试面试反馈 |
data[].interviewInfo[].status | string | 面试状态:已取消, 未结束, 已结束 |
data[].interviewInfo[].attendStatus | string | 候选人面试状态:候选人未反馈, 候选人未到场, 候选人已拒绝, 候选人已接受 |
data[].interviewInfo[].signInStatus | string | 面试签到状态:已签到、未签到 |
data[].interviewInfo[].jobType | string | 视频面试套餐类型eg:'技术型','非技术型'等 |
data[].interviewInfo[].interviewType | integer | 面试类型。1:现场面试 3:电话面试 4、视频面试 |
data[].interviewInfo[].jobType | string | 视频面试套餐 -> 当面试类型为视频面试时,此项可能存在值 |
data[].interviewInfo[].locationId | integer | 面试地点ID |
data[].interviewInfo[].locationCountry | string | 面试地点-国家 |
data[].interviewInfo[].locationAddress | string | 面试地点-详细地址 |
data[].interviewInfo[].locationCityId | integer | 面试地点-城市ID |
data[].interviewInfo[].meetingRoomId | integer | 会议室ID |
data[].interviewInfo[].meetingRoomName | string | 会议室名称 |
data[].interviewInfo[].participated | string | 面试反馈分类 -> 面试未进行, 已填写反馈, 未填写反馈 |
data[].interviewInfo[].roundId | integer | 面试轮次ID |
data[].interviewInfo[].roundName | string | 面试轮次名称 |
data[].interviewInfo[].roundEnglishName | string | 轮次英文名称 |
data[].interviewInfo[].createAt | string | 面试创建时间 |
data[].interviewInfo[].startTime | string | 面试开始时间 |
data[].interviewInfo[].duration | integer | 面试时长 |
data[].interviewInfo[].interviewArranger | object | 面试负责人 |
data[].interviewInfo[].interviewArranger.name | string | 面试负责人姓名 |
data[].interviewInfo[].interviewArranger.email | string | 面试负责人邮箱 |
data[].interviewInfo[].interviewArranger.phone | string | 面试负责人手机号 |
data[].interviewInfo[].interviewArranger.number | string | 面试负责人工号 |
data[].interviewInfo[].interviewArranger.employeeId | string | 面试负责人工号2 |
data[].interviewInfo[].satisfactionRecord | object | 面试满意度相关信息 |
data[].interviewInfo[].satisfactionRecord.sendTime | string | 面试满意度评价表发送时间 |
data[].interviewInfo[].satisfactionRecord.isAnonymous | Boolean | 是否匿名评价 |
data[].interviewInfo[].satisfactionRecord.content | string | 评价内容,json格式: {"customFields":[{"options":[//选项"选项1","选项2","选项3"],"subTitle":"单选题描述说明111",//子标题"title":"单选题",//标题"type":"single",//类型single单选题,mutiSelect多选题,describe描述题"value":"0"//单选值(下标从0开始)},{"options":["选项11","选项22","选项33","选项44"],"subTitle":"多选题描述说明333","title":"多选题","type":"mutiSelect",//多选题"value":"[0,2,1]"//多选值(下标从0开始,无序)},{"subTitle":"描述题说明4444","title":"描述题","type":"describe",//描述题"value":"描述题结果"//描述题的值}],"essaySectionTitle":"其它评价",//其他评价(在评价表设置时可通过开关配置是否展示)"essayValue":"其他评价结果"//其他评价对应的值} |
data[].interviewInfo[].satisfactionRecord.satisfactionDimensions | array | 维度数组(面试过程 |
data[].interviewInfo[].satisfactionRecord[].name | string | 维度名称 |
data[].interviewInfo[].satisfactionRecord[].name | string | 维度对应值 |
data[].interviewInfo[].interviewerFeedbacks | array | 面试官反馈列表 |
data[].interviewInfo[].interviewerFeedbacks[].interviewer | object | 面试官信息 |
data[].interviewInfo[].interviewerFeedbacks[].interviewer.name | string | 面试官姓名 |
data[].interviewInfo[].interviewerFeedbacks[].interviewer.email | string | 面试官邮箱 |
data[].interviewInfo[].interviewerFeedbacks[].interviewer.phone | string | 面试官手机号 |
data[].interviewInfo[].interviewerFeedbacks[].interviewer.employeeId | string | 面试官工号2 |
data[].interviewInfo[].interviewerFeedbacks[].interviewer.number | string | 面试官工号 |
data[].interviewInfo[].interviewerFeedbacks[].resultName | string | 面试反馈结果 |
data[].interviewInfo[].interviewerFeedbacks[].resultType | integer | 面试反馈结果类型 0: 不满意 1: 满意 |
data[].interviewInfo[].interviewerFeedbacks[].feedback | string | 面试反馈内容 |
data[].interviewInfo[].interviewerFeedbacks[].feedbackTime | string | 面试反馈时间 |
data[].interviewInfo[].interviewerFeedbacks[].totalWeightScore | string | 权重面试评价表总分 |
data[].interviewInfo[].interviewerFeedbacks[].feedbackTemplateResult | array | 面试评价表的信息 |
data[].interviewInfo[].interviewerFeedbacks[].feedbackTemplateResult[].title | string | 模块标题 |
data[].interviewInfo[].interviewerFeedbacks[].feedbackTemplateResult[].description | string | 模块描述 |
data[].interviewInfo[].interviewerFeedbacks[].feedbackTemplateResult[].result | string | 模块分数 |
data[].interviewInfo[].interviewerFeedbacks[].feedbackTemplateResult[].calcScoreType | string | avg: 计算平均分, total: 计算总分 (只在type为1时有效) |
data[].interviewInfo[].interviewerFeedbacks[].feedbackTemplateResult[].subjects | array | 模块下个小题的信息 |
data[].interviewInfo[].interviewerFeedbacks[].feedbackTemplateResult[].subjects[].type | integer | 题目类型 |
data[].interviewInfo[].interviewerFeedbacks[].feedbackTemplateResult[].subjects[].title | string | 小题标题 |
data[].interviewInfo[].interviewerFeedbacks[].feedbackTemplateResult[].subjects[].description | string | 小题描述 |
data[].interviewInfo[].interviewerFeedbacks[].feedbackTemplateResult[].subjects[].result | integer | 小题结果:打分题为所选分数的数值;单选题为选项的索引值,从0开始;描述题为描述的字符串;多选题为索引值数组. type=2单选题,返回值为 "result": 0,题目type=4多选题 返回值为"result": [1,2] |
data[].interviewInfo[].interviewerFeedbacks[].feedbackTemplateResult[].subjects[].reason | string | 打分综述 |
data[].interviewInfo[].interviewerFeedbacks[].feedbackTemplateResult[].subjects[].options | array | 选项字符串数组(只在type为2时有效) |
data[].interviewInfo[].interviewerFeedbacks[].feedbackTemplateResult[].subjects[].ratio | double | 普通评价表系数 |
data[].interviewInfo[].interviewerFeedbacks[].feedbackTemplateResult[].subjects[].weight | integer | 权重 |
data[].interviewInfo[].interviewFeedbackUrl | string | 面试反馈汇总文件(仅包含候选人在该申请下所产生的面试反馈)下载链接,HTTP GET请求该URL即可下载面试反馈汇总文件,此链接有时效性,过期时间为1小时,需要收到请求后尽快下载在服务器保存 |
data[].shigongInfo | object | 试工信息 |
data[].shigongInfo.applicationId | integer | 申请id |
data[].shigongInfo.shigongs | array | 试工信息 |
data[].shigongInfo.shigongs[].startTime | string | 试工开始时间 |
data[].shigongInfo.shigongs[].endTime | string | 试工结束时间 |
data[].shigongInfo.shigongs[].location | string | 试工地点 |
data[].shigongInfo.shigongs[].manager | object | 试工负责人信息 |
data[].shigongInfo.shigongs[].manager.name | string | 试工负责人姓名 |
data[].shigongInfo.shigongs[].manager.email | string | 试工负责人邮箱 |
data[].shigongInfo.shigongs[].manager.phone | string | 试工负责人手机号 |
data[].shigongInfo.shigongs[].manager.number | string | 试工负责人工号 |
data[].shigongInfo.shigongs[].manager.employeeId | string | 试工负责人工号2 |
data[].shigongInfo.shigongs[].shigongStatus | string | 试工状态 |
data[].shigongInfo.shigongs[].feedback | string | 试工反馈信息 |
data[].shigongInfo.shigongs[].protocolStatus | string | 试工协议状态 |
data[].shigongInfo.shigongs[].signStatus | string | 签到状态 |
data[].examInfo | object | 考试信息 |
data[].examInfo.applicationId | integer | 申请id |
data[].examInfo.exams | array | 考试测评信息 |
data[].examInfo.exams[].name | string | 考试测评名称 |
data[].examInfo.exams[].createTime | string | 考试发起时间 |
data[].examInfo.exams[].type | string | 考试测评类型 |
data[].examInfo.exams[].source | string | 考试测评服务商 |
data[].examInfo.exams[].result | String | 考试测评结果 |
data[].examInfo.exams[].detailResult | string | 考试测评详细结果 |
data[].examInfo.exams[].comment | string | 测评备注 |
data[].examInfo.exams[].examAttachments | array | 考试测评附件 |
data[].examInfo.exams[].examAttachments[].attachmentName | string | 考试测评附件名称 |
data[].examInfo.exams[].examAttachments[].attachmentUrl | string | 考试测评附件链接 |
data[].examInfo.exams[].examAttachments[].jobId | string | 发起考试测评的职位id |
data[].examInfo.exams[].examAttachments[].applicationId | string | 发起考试测评的申请ID |
data[].examInfo.exams[].examAttachments[].result | string | 考试测评结果 |
data[].examInfo.exams[].examAttachments[].detailResult | string | 考试测评详细结果 |
data[].examInfo.exams[].reportLinks | array | 考试测评报告链接 |
data[].examInfo.exams[].reportLinks[].applicationId | string | 发起考试测评的申请ID |
data[].examInfo.exams[].reportLinks[].jobId | string | 发起考试测评的职位id |
data[].examInfo.exams[].reportLinks[].name | string | 考试测评名称 |
data[].examInfo.exams[].reportLinks[].reportLink | string | 考试测评报告链接 |
data[].examInfo.exams[].reportLinks[].result | string | 考试测评结果 |
data[].examInfo.exams[].reportLinks[].detailResult | string | 考试测评详细结果 |
data[].examInfo.exams[].reportLinks[].type | string | 考试测评类型 exam或者evaluation |
data[].examInfo.surveys | array | 背调信息 |
data[].examInfo.surveys[].name | string | 背调名称 |
data[].examInfo.surveys[].date | string | 背调日期 |
data[].examInfo.surveys[].source | string | 背调服务商 |
data[].examInfo.surveys[].result | string | 背调结果 |
data[].examInfo.surveys[].attachmentUrl | string | 背调报告链接 |
data[].examInfo.surveys[].comment | string | 背调备注 |
data[].examInfo.surveys[].attachmentName | string | 背调附件名 |
data[].examInfo.surveys[].attachments[] | array | 背调多附件(新版的单附件和多附件都在这个附件集合,原来的单附件结果只做历史兼容使用) |
data[].examInfo.surveys[].attachments[].url | string | 背调报告链接 |
data[].examInfo.surveys[].attachments[].attachmentName | string | 附件名称 |
data[].jobInfo | object | 应聘职位信息 |
data[].jobInfo.id | string | 职位ID |
data[].jobInfo.mjCode | string | 职位编号,发布到外部系统保持一致。 |
data[].jobInfo.title | string | 职位名称 |
data[].jobInfo.department | object | 职位所在部门 |
data[].jobInfo.department.info | object | 部门详细信息 |
data[].jobInfo.department.info.departmentCode | string | 部门编码,部门在客户系统中的id |
data[].jobInfo.department.info.id | string | 部门ID,部门在Moka系统中的id |
data[].jobInfo.department.info.departmentName | string | 部门名称 |
data[].jobInfo.department.info.departmentPath | string | 职位所在部门的完整路径,从上级到下级,以/分割 |
data[].jobInfo.department.name | string | 父部门名称 |
data[].jobInfo.department.parentId | string | 父部门ID,部门在Moka系统中的id |
data[].jobInfo.commitment | string | 职位性质 |
data[].jobInfo.stores | array | 所属门店名称 |
data[].jobInfo.number | number | 招聘人数 |
data[].jobInfo.status | string | 职位状态 |
data[].jobInfo.jobRanksInfo[].name | string | 职位级别名称 |
data[].jobInfo.jobRanksInfo[].type | string | 职位级别类型 |
data[].jobInfo.jobRanksInfo[].level | number | 职位级别等级 |
data[].jobInfo.priorityId | integer | 职位优先级id |
data[].jobInfo.priorityName | string | 职位优先级名称 |
data[].jobInfo.competencyType | string | 职能类型 |
data[].jobInfo.category | string | 职位类别 |
data[].jobInfo.jobDescription | string | 工作描述 |
data[].jobInfo.customFields | array | job自定义字段 |
data[].jobInfo.customFields[].name | string | job自定义字段名称 |
data[].jobInfo.customFields[].value | string | job自定义字段值 |
data[].jobInfo.startTime | string | 开始招聘时间 |
data[].jobInfo.completeTime | string | 目标完成时间 |
data[].jobInfo.jobManager | object | 职位负责人 |
data[].jobInfo.jobManager.name | string | 职位负责人姓名 |
data[].jobInfo.jobManager.phone | string | 职位负责人电话 |
data[].jobInfo.jobManager.email | string | 职位负责人邮箱 |
data[].jobInfo.jobManager.number | string | 职位负责人工号 |
data[].jobInfo.jobManager.employeeId | string | 职位负责人工号2 |
data[].jobInfo.jobAssistants | array | 职位协助人 |
data[].jobInfo.jobAssistants[].name | string | 职位协助人姓名 |
data[].jobInfo.jobAssistants[].phone | string | 职位协助人电话 |
data[].jobInfo.jobAssistants[].email | string | 职位协助人邮箱 |
data[].jobInfo.jobAssistants[].number | string | 职位协助人工号 |
data[].jobInfo.jobAssistants[].employeeId | string | 职位协助人工号2 |
data[].jobInfo.jobHiringManager | array | 用人经理 |
data[].jobInfo.jobHiringManager[].name | string | 用人经理姓名 |
data[].jobInfo.jobHiringManager[].email | string | 用人经理邮箱 |
data[].jobInfo.jobHiringManager[].phone | string | 用人经理手机号 |
data[].jobInfo.jobHiringManager[].number | string | 用人经理工号 |
data[].jobInfo.jobHiringManager[].employeeId | string | 用人经理工号2 |
data[].jobInfo.jobInterviewers | array | 面试官 |
data[].jobInfo.jobInterviewers[].name | string | 面试官姓名 |
data[].jobInfo.jobInterviewers[].email | string | 面试官邮箱 |
data[].jobInfo.jobInterviewers[].phone | string | 面试官手机号 |
data[].jobInfo.jobInterviewers[].number | string | 面试官工号 |
data[].jobInfo.jobInterviewers[].employeeId | string | 面试官工号2 |
data[].jobInfo.campusSiteIds | array | 校招站点id |
data[].jobInfo.campusSites | array | 校招站点 |
data[].jobInfo.hireMode | integer | 招聘模式 |
data[].jobInfo.headcountInfo | array | 职位关联的HC信息 |
data[].jobInfo.headcountInfo[].id | number | Headcount ID |
data[].jobInfo.headcountInfo[].number | string | Headcount 编号 |
data[].jobInfo.headcountInfo[].name | string | Headcount 名称 |
data[].jobInfo.headcountInfo[].status | string | Headcount 状态 |
data[].jobInfo.headcountInfo[].customFields[].name | string | HC自定义字段名称 |
data[].jobInfo.headcountInfo[].customFields[].value | string | HC自定义字段值 |
data[].activities.operator | object | 操作人信息 |
data[].activities.operator.id | integer | 操作人在moka的id |
data[].activities.operator.name | string | 操作人姓名 |
data[].activities.operator.email | string | 操作人信息邮箱 |
data[].activities.operator.phone | string | 操作人信息手机号 |
data[].activities.operator.number | string | 操作人工号1 |
data[].activities.operator.employeeId | string | 操作人工号2 |
data[].activities.type | string | 日志类型 |
data[].activities.createAt | string | 事件发生时间 |
data[].activities.toStageName | string | 移动后阶段名称 |
data[].activities.fromStageName | string | 移动前阶段名称 |
data[].activities.toStageId | integer | 移动后阶段id |
data[].activities.fromStageId | integer | 移动前阶段id |
data[].activities.source | string | 申请来源 |
data[].customstyleAttachments | object | 自定义应聘登记表 |
data[].customstyleAttachments.type | string | 附件类型固定doc |
data[].customstyleAttachments.createTime | string | 时间字符串 |
data[].customstyleAttachments.customFieldName | string | 自定义附件名称 |
data[].customstyleAttachments.url | string | 附件下载地址 |
请求样例 (application/json)
$ curl https://api.mokahr.com/api-platform/v2/data/ehrApplications \
-u 'your_api_key:' \
-X POST \
-H 'Content-Type: application/json' \
-d '{ "applicationIds":[236718928] }'
2
3
4
5
返回示例
{
"code": 200,
"msg": "success",
"data": [
{
"basicInfo": {
"applicationId": 200012943,
"campusSiteId": 0,
"archived": true,
"invitationUpdateStatus": 0,
"movedAt": "2021-04-22T11:47:05.000Z",
"sourceId": 200000480,
"createdAt": "2021-01-26T10:48:03.000Z",
"updatedAt": "2021-06-09T06:14:38.000Z",
"standardResumeUrl": "https://moka-test-public.oss-cn-beijing.aliyuncs.com/7402a966b65b438db315d9b339143e6d.pdf?Expires=1626266775&OSSAccessKeyId=LTAIoEXIQWCGUAZO&Signature=K1qXMEitIKuPxr1gzxa5%2Bz6Gylc%3D&timestamp=1626263175803",
"sourceName": "拉勾",
"ehrCandidateExternalLink": "https://staging003.mokahr.com/forward/candidate/info?access_token=9676f03ac311426e9ff6f74e9851d312916110d27d064a90aca3dbe9838f2571",
"archivedAt": null,
"archiveReasonId": null,
"referrer": null,
"archiveReasonsDetails": null,
"probation": null,
"headcountId": null,
"headcountNumber": null,
"headcountName": null,
"resumeKey": null,
"resumeUrl": null,
"pipelineId": 410030481,
"stageId": 410040910,
"sourceId": 410040910,
"archiveReasons": null,
"talentPoolsList": [
{
"talentPoolId": 200000140,
"name": "系统公共人才库",
"description": "所有HR权限及以上用户可见,用户可浏览公共人才库中所有候选人"
}
],
"hireMode": 1,
"stage": {
"name": "沟通offer",
"id": 200000088,
"type": 101
},
"operationRecord": null,
"sourceList": [
{
"name": "招聘网站",
"isBuiltin": 1,
"id": null
},
{
"id": 200000480,
"name": "拉勾",
"isBuiltin": 1
},
{
"id": null,
"name": null,
"isBuiltin": null
}
],
"attachments": [],
"remarks": [
{
"content": "这是个备注",
"created_at": "2021-02-02T06:30:45.000Z",
"creator": {
"name": "简彦明",
"employeeId": "",
"id": 200001549,
"email": "jianyanming@mokahr.com",
"number": null
},
"is_private": false,
"type": "人工填写"
}
],
"owner": {
"name": "简彦明",
"email": "jianyanming@mokahr.com",
"employeeId": "",
"phone": null,
"number": null
},
"assignments": null,
"operator": null,
"birthYear": 1990,
"candidateId": 200012616,
"sourceType": 2,
"name": "全字段",
"phone": "17787871675",
"email": "17787871675@163.com",
"gender": "男",
"birthDate": "1990-03-07",
"ethnic": "汉族",
"certificateType": 1,
"citizenId": "110101199003079251",
"nationality": "安哥拉",
"nativePlace": "北京市 西城区",
"experience": 4,
"location": "北京所在地",
"lastCompany": "最近公司",
"academicDegree": "博士",
"lastSpeciality": "计算机软件与理论",
"nativePlaceCode": 110102,
"nationalityCode": 1,
"genderCode": 0,
"academicDegreeCode": 7,
"ethnicCode": 1,
"industry": "所在行业",
"forwardIndustry": "期望行业",
"lastUpdate": "2020-02-02",
"startFrom": "2021-02-02",
"skill": "技能",
"awards": "获奖经历",
"personalInterests": "兴趣爱好",
"lastWorkedJobTitle": "职位名称",
"graduateDate": "2018-06-01T00:00:00.000Z",
"salary": "当前薪资",
"aimSalary": "期望薪资",
"forwardLocation": "期望城市",
"personal": "自我描述\n",
"blacklistTags": null,
"blacklistDetail": null,
"personalUrl": null,
"portraitUrl": null,
"married": null,
"customFields": [
{
"name": "所在部门",
"value": "所在部门",
"section": "experienceInfo",
"index": 0,
"type": "string_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "工作城市",
"value": "工作城市",
"section": "experienceInfo",
"index": 0,
"type": "string_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "所属行业",
"value": "所属行业",
"section": "experienceInfo",
"index": 0,
"type": "string_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "教育经历描述",
"value": "教育经历描述\n",
"section": "educationInfo",
"index": 0,
"type": "text_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "教育月",
"value": "2015-07",
"section": "educationInfo",
"index": 0,
"type": "date_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "语言能力",
"value": "语言能力",
"section": "languageInfo",
"index": 0,
"type": "string_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "获奖经历2",
"value": "获奖经历2",
"section": "awardInfo",
"index": 0,
"type": "string_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "当前居住地",
"value": "当前居住地",
"section": "basicInfo",
"index": 0,
"type": "string_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "当前行业",
"value": "当前行业",
"section": "basicInfo",
"index": 0,
"type": "string_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "当前职位",
"value": "当前职位",
"section": "basicInfo",
"index": 0,
"type": "string_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "期望职业",
"value": "期望职业",
"section": "jobIntention",
"index": 0,
"type": "string_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "所获奖励",
"value": "所获奖励",
"section": "basicInfo",
"index": 0,
"type": "string_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "所获证书",
"value": "所获证书",
"section": "basicInfo",
"index": 0,
"type": "string_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "投递来源",
"value": "微信",
"section": "basicInfo",
"index": 0,
"type": "select_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "工作年限",
"value": "工作年限",
"section": "basicInfo",
"index": 0,
"type": "string_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "投递日期",
"value": "2021-01-26",
"section": "basicInfo",
"index": 0,
"type": "day_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "当前薪资",
"value": "当前薪资",
"section": "basicInfo",
"index": 0,
"type": "string_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "毕业院校",
"value": "毕业院校",
"section": "basicInfo",
"index": 0,
"type": "string_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "语言能力",
"value": "语言能力",
"section": "basicInfo",
"index": 0,
"type": "string_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "国籍",
"value": "中国",
"section": "basicInfo",
"index": 0,
"type": "string_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "专业技能",
"value": "专业技能",
"section": "basicInfo",
"index": 0,
"type": "string_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "自我描述2",
"value": "自我描述2",
"section": "selfDescription",
"index": 0,
"type": "string_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "测试时间2",
"value": "2017-01",
"section": "测试模块",
"index": 0,
"type": "date_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "测试时间3",
"value": "2021-06-16",
"section": "测试模块",
"index": 0,
"type": "day_info",
"customFieldId": null,
"now": null,
"codes": null,
"code": null
},
{
"name": "测试时间段",
"value": {
"endDate": "2019-01",
"startDate": "2018-01"
},
"now": false,
"section": "测试模块",
"index": 0,
"type": "date_group_info",
"customFieldId": null,
"codes": null,
"code": null
}
],
"label": null,
"educationInfo": [
{
"id": "200018307",
"startDate": "2014-01",
"endDate": "2018-01",
"now": false,
"school": "北京科技大学",
"speciality": "计算机科学与技术",
"academicDegree": "硕士"
}
],
"experienceInfo": [
{
"id": "200011041",
"startDate": "2016-01",
"endDate": "2017-01",
"now": false,
"company": "公司名称",
"title": "职位名称",
"location": "工作地点",
"industry": "所在行业",
"leader": "汇报对象",
"department": "所在部门",
"salary": "薪资",
"summary": "工作职责\n",
"reasonForLeaving": "离职原因",
"underlingNumber": "6",
"type": "公司性质",
"size": "公司规模"
}
],
"awardInfo": [
{
"id": "200000781",
"awardDate": "2017-01",
"awardName": "国家奖学金"
}
],
"projectInfo": [
{
"id": "200008354",
"startDate": "2017-01",
"endDate": "2021-07",
"now": true,
"projectName": "项目名称",
"title": "> 职责",
"projectDescription": "项目描述\n",
"responsibilities": "项目中职责\n"
}
],
"languageInfo": [
{
"id": "200000866",
"language": "语言类型",
"level": "良好",
"listenAndSpeak": "一般",
"readAndWrite": "一般"
}
],
"practiceInfo": [
{
"id": "200001954",
"startDate": "2018-01",
"endDate": "2019-01",
"company": "公司名称",
"title": "职位名称",
"location": "工作地点",
"industry": "所在行业",
"leader": "汇报对象",
"department": "所在部门",
"salary": "薪资",
"summary": "工作职责\n",
"size": "公司规模"
}
]
},
"offerInfo": {
"applicationId": 200012943,
"status": "pending",
"approvalStatus": "UNINITIATED",
"checkinDate": "2021-06-17T16:00:00.000Z",
"salaryNumber": "11",
"locationString": "上海市 黄浦区 黄浦江",
"jobRankLevel": 2,
"jobRankName": "资深",
"dutyLevelName": "",
"salaryType": 3,
"offerAttachmentUrl": "https://moka-test.oss-cn-beijing.aliyuncs.com/export_files_cache/sdicfund/offers/2dce43984bdf9a77e2e3823b8110672d.pdf?Expires=1626266774&OSSAccessKeyId=LTAIoEXIQWCGUAZO&Signature=3kwpFQImRTRKIPk7bpCaeb4sypo%3D&response-content-disposition=attachment%3B%20filename%3D%25E5%2585%25A8%25E5%25AD%2597%25E6%25AE%25B5_Offer%25E4%25BF%25A1%25E6%2581%25AF.pdf%3B%20&timestamp=1626263174601",
"finishedAt": null,
"jobRankType": null,
"creator": {
"name": "简彦明",
"email": "jianyanming@mokahr.com",
"employeeId": "",
"phone": null,
"number": null
},
"hcInfo": {
"id": 200001747,
"name": "hc",
"number": "1111",
"status": "ongoing",
"manager": {
"name": "简彦明",
"employeeId": "",
"id": 200001549,
"email": "jianyanming@mokahr.com"
},
"department": null
},
"department": {
"departmentName": "国投公司",
"departmentPath": "国投公司",
"id": "200031249",
"departmentCode": null,
"parentAPICode": null
},
"offerHistoryList": [
{
"sentAt": "2022-12-28T13:08:51.000Z",
"sentUser": {
"number": "78293365",
"phone": "13311334334",
"name": "刘阳",
"employeeId": "78293365",
"id": 3551342,
"email": "liuceshi@mokahr.com"
},
"status": "pending",
"operationType": null
}
],
"customFields": [
{
"name": "测试自定义字段",
"value": "2016-01 2017-01",
"codes": null,
"code": null
},
{
"name": "测试自定义字段2",
"value": "2021-01",
"codes": null,
"code": null
},
{
"name": "测试自定义字段3",
"value": "2021-06-09",
"codes": null,
"code": null
}
]
},
"interviewInfo": [
{
"noInterview": false,
"applicationId": 200012943,
"groupInterviewId": 200003333,
"groupId": "de1d030ec7394b6eb07f70977f712852a2100b9198754c0b9a14d9ad71ac50f5",
"status": "已结束",
"candidateAttendStatus": "候选人未反馈",
"interviewType": "现场面试",
"jobType": "0",
"locationId": 200000071,
"roundId": 1,
"roundName": "初试",
"roundEnglishName": "1st round",
"createAt": "2021-01-29T09:35:26.000Z",
"startTime": "2021-01-29T10:00:00.000Z",
"duration": 30,
"interviewFeedbackUrl": "https://staging003.mokahr.com/api/outer/ats-interview/interview/interview-applications/exportPdf/withKey?sign=63e0ef16f4e98d56dedca33c83e2cec9&appSecret=dc07abc6-ad14-4fa6-ba4a-51bf83a0e343&applicationId=200012943&userId=&orgId=sdicfund&timestamp=1626263174366",
"locationCityId": 110108,
"locationCountry": "中国",
"locationAddress": "北京市 海淀区 国投创新的地址",
"stageId": 200000087,
"cancelReason": null,
"signInStatus": null,
"locationInfo": null,
"meetingRoomId": null,
"meetingRoomName": null,
"interviewArranger": {
"name": "简彦明",
"email": "jianyanming@mokahr.com",
"employeeId": "",
"phone": null,
"number": null
},
"interviewerFeedbacks": [
{
"interviewer": {
"phone": "18734837688",
"name": "耿凯凯",
"employeeId": "",
"id": 200000307,
"email": "1581904186@qq.com"
},
"participated": "未填写反馈",
"resultName": null,
"resultType": null,
"feedback": null,
"feedbackTemplateResult": null,
"items": null
}
]
},
{
"noInterview": false,
"applicationId": 200012943,
"groupInterviewId": 200003334,
"groupId": "d61f4e46171d44c18980a3128bf861033efc8fe67c544c3db0e2c1d10883919c",
"status": "已结束",
"candidateAttendStatus": "候选人已接受",
"interviewType": "现场面试",
"jobType": "0",
"locationId": 200002114,
"roundId": 2,
"roundName": "复试",
"roundEnglishName": "2nd round",
"createAt": "2021-01-29T09:35:36.000Z",
"startTime": "2021-01-29T10:00:00.000Z",
"duration": 30,
"interviewFeedbackUrl": "https://staging003.mokahr.com/api/outer/ats-interview/interview/interview-applications/exportPdf/withKey?sign=63e0ef16f4e98d56dedca33c83e2cec9&appSecret=dc07abc6-ad14-4fa6-ba4a-51bf83a0e343&applicationId=200012943&userId=&orgId=sdicfund&timestamp=1626263174366",
"locationCityId": 310101,
"locationCountry": "中国",
"locationAddress": "上海市 黄浦区 黄浦江",
"stageId": 200000087,
"cancelReason": null,
"signInStatus": null,
"locationInfo": null,
"meetingRoomId": null,
"meetingRoomName": null,
"interviewArranger": {
"name": "简彦明",
"email": "jianyanming@mokahr.com",
"employeeId": "",
"phone": null,
"number": null
},
"interviewerFeedbacks": [
{
"interviewer": {
"name": "张乔",
"employeeId": "",
"id": 200000317,
"email": "zhangqiao@mokahr.com"
},
"resultName": "满意",
"resultType": 1,
"feedback": "综合评价",
"participated": "已填写反馈",
"feedbackTemplateResult": null,
"items": null
}
]
},
{
"noInterview": false,
"applicationId": 200012943,
"groupInterviewId": 200003355,
"groupId": "d50dca4d81364ca0a2d3f6a0d91f118a245e3afbe8f74a63bd45493b302f7fb1",
"status": "已取消",
"candidateAttendStatus": "候选人未反馈",
"interviewType": "现场面试",
"jobType": "0",
"locationId": 200002114,
"roundId": 2,
"roundName": "复试",
"roundEnglishName": "2nd round",
"createAt": "2021-02-01T11:33:43.000Z",
"startTime": "2021-02-01T12:00:00.000Z",
"duration": 30,
"interviewFeedbackUrl": "https://staging003.mokahr.com/api/outer/ats-interview/interview/interview-applications/exportPdf/withKey?sign=63e0ef16f4e98d56dedca33c83e2cec9&appSecret=dc07abc6-ad14-4fa6-ba4a-51bf83a0e343&applicationId=200012943&userId=&orgId=sdicfund&timestamp=1626263174366",
"locationCityId": 310101,
"locationCountry": "中国",
"locationAddress": "上海市 黄浦区 黄浦江",
"stageId": 200000087,
"cancelReason": null,
"signInStatus": null,
"locationInfo": null,
"meetingRoomId": null,
"meetingRoomName": null,
"interviewArranger": {
"name": "简彦明",
"email": "jianyanming@mokahr.com",
"employeeId": "",
"phone": null,
"number": null
},
"interviewerFeedbacks": [
{
"interviewer": {
"phone": "15565761890",
"name": "马田",
"employeeId": "",
"id": 200000188,
"email": "matian@sdicfund.com"
},
"participated": "未填写反馈",
"resultName": null,
"resultType": null,
"feedback": null,
"feedbackTemplateResult": null,
"items": null
}
]
},
{
"noInterview": true,
"applicationId": 200012943,
"createAt": "2021-02-01T12:23:01.000Z",
"interviewFeedbackUrl": "https://staging003.mokahr.com/api/outer/ats-interview/interview/interview-applications/exportPdf/withKey?sign=63e0ef16f4e98d56dedca33c83e2cec9&appSecret=dc07abc6-ad14-4fa6-ba4a-51bf83a0e343&applicationId=200012943&userId=&orgId=sdicfund&timestamp=1626263174366",
"cancelReason": null,
"groupInterviewId": null,
"groupId": null,
"status": null,
"candidateAttendStatus": null,
"signInStatus": null,
"interviewType": null,
"jobType": null,
"locationId": null,
"locationInfo": null,
"meetingRoomId": null,
"meetingRoomName": null,
"roundId": null,
"roundName": null,
"roundEnglishName": null,
"startTime": null,
"duration": null,
"locationCityId": null,
"locationCountry": null,
"locationAddress": null,
"stageId": null,
"interviewArranger": null,
"interviewerFeedbacks": [
{
"interviewer": {
"phone": "13480783214",
"name": "houlei",
"employeeId": "",
"id": 200012438,
"email": "houlei@mokahr.com"
},
"resultName": "满意",
"resultType": 1,
"feedback": "无面试反馈",
"feedbackTemplateResult": null,
"items": null,
"participated": null
}
]
},
{
"noInterview": true,
"applicationId": 200012943,
"createAt": "2021-04-19T06:00:13.000Z",
"interviewFeedbackUrl": "https://staging003.mokahr.com/api/outer/ats-interview/interview/interview-applications/exportPdf/withKey?sign=4917ef78e9becbc120cd1a3a9947b554&appSecret=dc07abc6-ad14-4fa6-ba4a-51bf83a0e343&applicationId=200012943&userId=&orgId=sdicfund&timestamp=1626263174367",
"cancelReason": null,
"groupInterviewId": null,
"groupId": null,
"status": null,
"candidateAttendStatus": null,
"signInStatus": null,
"interviewType": null,
"jobType": null,
"locationId": null,
"locationInfo": null,
"meetingRoomId": null,
"meetingRoomName": null,
"roundId": null,
"roundName": null,
"roundEnglishName": null,
"startTime": null,
"duration": null,
"locationCityId": null,
"locationCountry": null,
"locationAddress": null,
"stageId": null,
"interviewArranger": null,
"interviewerFeedbacks": [
{
"interviewer": {
"name": "简彦明",
"employeeId": "",
"id": 200001549,
"email": "jianyanming@mokahr.com"
},
"resultName": "满意",
"resultType": 1,
"feedback": "",
"feedbackTemplateResult": {
"description": "带系数",
"id": 410004382,
"items": [
{
"calcScoreType": "total",
"description": "",
"resultScore": 2,
"subjects": [
{
"arrangeType": 0,
"description": "",
"isRequired": false,
"needReason": true,
"result": 1,
"scoreType": 5,
"title": "第一个题目",
"type": 1
},
{
"arrangeType": 0,
"description": "",
"isRequired": false,
"needReason": false,
"result": 1,
"scoreType": 5,
"title": "第二个题目",
"type": 1
}
],
"title": "一般"
},
{
"description": "没有系数,不计算得分",
"subjects": [
{
"arrangeType": 0,
"description": "",
"isRequired": false,
"needReason": true,
"reason": "123",
"result": 1,
"scoreType": 5,
"title": "没有系数第一题",
"type": 1
},
{
"arrangeType": 0,
"description": "",
"isRequired": false,
"needReason": false,
"result": 1,
"scoreType": 5,
"title": "第二题",
"type": 1
}
],
"title": "第二个大模块"
},
{
"calcScoreType": "avg",
"description": "计算平均分",
"resultScore": 1,
"subjects": [
{
"arrangeType": 0,
"description": "",
"isRequired": false,
"needReason": false,
"result": 1,
"scoreType": 5,
"title": "平均第一题",
"type": 1
},
{
"arrangeType": 0,
"description": "",
"isRequired": false,
"needReason": false,
"result": 1,
"scoreType": 5,
"title": "平均第二题",
"type": 1
}
],
"title": "第三个大模块"
}
],
"name": " 一般评价表",
"totalWeightScore": 0,
"version": "1.0"
},
"items": null,
"participated": null
}
]
}
],
"shigongInfo": null,
"examInfo": {
"applicationId": 200012943,
"exams": [
{
"applicationId": 200012943,
"createTime": "2021-02-01T03:36:38.000Z",
"examAttachments": [
{
"attachmentName": "创建录用流程并获取url接口说明_csx(2)(1).docx",
"attachmentUrl": "https://moka-test.oss-cn-beijing.aliyuncs.com/bf7eba37-760b-4487-954f-9fa5975e272e.docx?Expires=1626266774&OSSAccessKeyId=LTAIoEXIQWCGUAZO&Signature=DZVROJ%2FFDPCfLu1%2FZ3E61PwbTcM%3D&response-content-disposition=attachment%3B%20filename%3D%25E5%2588%259B%25E5%25BB%25BA%25E5%25BD%2595%25E7%2594%25A8%25E6%25B5%2581%25E7%25A8%258B%25E5%25B9%25B6%25E8%258E%25B7%25E5%258F%2596url%25E6%258E%25A5%25E5%258F%25A3%25E8%25AF%25B4%25E6%2598%258E_csx%282%29%281%29.docx%3B%20&timestamp=1626263174386",
"jobId": "0978992c-2f09-465f-926d-50c9bc38ec36",
"applicationId": 200012943
}
],
"jobId": "0978992c-2f09-465f-926d-50c9bc38ec36",
"name": "地点",
"result": "33",
"source": "手动上传考试",
"type": "exam"
}
],
"surveys": [
{
"name": "这是被调",
"date": "2021-02-01T03:35:43.000Z",
"result": "ok",
"attachmentName": "创建录用流程并获取url接口说明_csx(2)(1).docx",
"attachmentUrl": "https://moka-test.oss-cn-beijing.aliyuncs.com/c8d0da08-3ea6-4cf2-a05a-7a18257be4c1.docx?Expires=1626266774&OSSAccessKeyId=LTAIoEXIQWCGUAZO&Signature=ighV1nN%2B3JeS%2BiCiix%2BiqGoAV6k%3D&response-content-disposition=attachment%3B%20filename%3D%25E5%2588%259B%25E5%25BB%25BA%25E5%25BD%2595%25E7%2594%25A8%25E6%25B5%2581%25E7%25A8%258B%25E5%25B9%25B6%25E8%258E%25B7%25E5%258F%2596url%25E6%258E%25A5%25E5%258F%25A3%25E8%25AF%25B4%25E6%2598%258E_csx%282%29%281%29.docx%3B%20&timestamp=1626263174386",
"jobId": "0978992c-2f09-465f-926d-50c9bc38ec36",
"applicationId": 200012943,
"source": null
}
]
},
"jobInfo": {
"id": "0978992c-2f09-465f-926d-50c9bc38ec36",
"headcountInfo": [
{
"customFields": [],
"id": 200001747,
"jobId": "0978992c-2f09-465f-926d-50c9bc38ec36",
"name": "hc",
"number": "1111",
"status": "ongoing"
}
],
"mjCode": "MJ000008",
"jobRanksInfo": [
{
"level": 2,
"name": "资深"
}
],
"hireMode": 1,
"title": "测试等等",
"commitment": "全职",
"number": null,
"status": "open",
"attributeId": null,
"attributeName": null,
"label": null,
"category": null,
"jobDescription": "<p>赛拉开地方啦地方那可能地方</p>",
"openedAt": "2020-08-02T16:00:00.000Z",
"campusSiteIds": [],
"campusSites": [],
"finishedAt": null,
"department": {
"info": {
"departmentName": "国投公司",
"departmentPath": "国投公司",
"id": "200031249"
},
"name": "国投公司",
"parentId": null
},
"stores": [],
"customFields": [
{
"name": "薪资",
"value": ""
},
{
"name": "学历",
"value": ""
},
{
"name": "内推金额",
"value": ""
},
{
"name": "job时间2",
"value": "2021-06-09"
},
{
"name": "所属公司",
"value": ""
},
{
"name": "job时间",
"value": "2019-01"
}
],
"jobManager": {
"name": "刘江伟",
"phone": null,
"number": null,
"email": "liujiangwei@mokahr.com",
"employeeId": ""
},
"jobAssistants": [
{
"name": "简彦明",
"phone": null,
"number": null,
"email": "jianyanming@mokahr.com",
"employeeId": ""
}
],
"jobHiringManagers": [],
"jobInterviewers": []
}
}
],
"next": "eyJsaW1pdCI6MSwibmV4dElkIjoyMDAwMjM0ODksIm5leHRVcGRhdGVBdCI6IjIwMjEtMDctMDFUMTc6NDU6NTAiLCJvcmdJZCI6InNkaWNmdW5kIn0="
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023