- AdminApi
- hr_star管理
- hr_team管理
- hr_banner管理
- hr_mentor管理
- hr_resume管理
- hr_history管理
- hr_setting管理
- 学生管理
- 简历投递管理
- hr_team_info管理
- hr_template管理
- hr_agreement管理
- 面试阶段管理
- hr_promotion管理
- 招聘信息管理
- hr_resume_work管理
- 学校信息管理
- hr_resume_award管理
- hr_student_join管理
- hr_project_infos管理
- hr_position_infos管理
- 工作经验管理
- 学校导入学生信息管理
- 企业信息管理
- hr_template_resume管理
- hr_resume_education管理
- hr_talent_assessment管理
- hr_prescription_history管理
- hr_financial_institution管理
- 企业合作需求管理
- hr_enterprise_prescription管理
- 学校合作需求管理
- 公告管理
- 数据看板
- AppApi
- 收藏管理
- 组队管理
- 首页banner管理
- 导师管理
- 简历信息管理
- 历史记录管理
- 消息管理
- 参数设置管理
- 学生信息管理
- 字典管理
- 简历投递管理
- 项目组队管理
- 模板管理
- hr_agreement管理
- 面试阶段管理
- 学生个人能力提升管理
- 招聘信息管理
- hr_resume_work管理
- 学校信息管理
- hr_resume_award管理
- 学生报名管理
- 项目信息管理
- hr_position_infos管理
- 工作经验管理
- 学校导入学生信息管理
- 企业信息管理
- 简历模板映射表管理
- hr_resume_education管理
- 人才测评管理
- hr_prescription_history管理
- hr_financial_institution管理
- 企业合作需求管理
- hr_enterprise_prescription管理
- 学校合作需求管理
- 公告管理
- 反馈评价
- 浏览记录(通用)
根据招聘id获取招聘下所有简历信息
Admin开发环境
http://localhost:8001
Admin开发环境
http://localhost:8001
GET
/api/hrDelivery/getResumeByEmploymentId
请求参数
Query 参数
employmentId
integer
招聘id
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8001/api/hrDelivery/getResumeByEmploymentId?employmentId'
返回响应
🟢200成功
application/json
Body
简历信息
totalElements
integer | null
总数量
content
array[object (ResumeDeliveryVo) {4}] | null
内容
hrStudentResumeVo
object (HrStudentResumeVo)
学生简历信息
id
integer | null
投递关系表id
enterpriseLook
integer | null
可选
enterpriseLookTime
string | null
企业查看时间
示例
{
"totalElements": 0,
"content": [
{
"hrStudentResumeVo": {
"hrResume": {
"id": 0,
"studentId": 0,
"salary": "",
"name": "",
"sex": 0,
"nativePlaceId": "",
"age": 0,
"sexLabel": "",
"specialty": "",
"email": "",
"phone": "",
"school": "",
"job": "",
"experience": "",
"photograph": "",
"city": "",
"score": 0.0,
"createTime": "",
"createUserId": 0,
"lastModifyTime": "",
"lastModifyUserId": 0,
"birthday": "",
"enrollmentYear": 0,
"idCard": "",
"workExperience": "",
"address": "",
"personState": "",
"workNature": "",
"selfIntroduction": "",
"maritalStatus": "",
"politicsStatus": "",
"educationExperience": "",
"practice": "",
"nation": "",
"templateResumeId": 0,
"templateFile": "",
"isOpen": 0,
"jobState": 0,
"educationId": 0,
"templateWordFile": "",
"educationLabel": "",
"isDefault": false
},
"hrResumeAwards": [
{
"id": 0,
"awardYear": "",
"awardContent": "",
"resumeId": 0,
"createTime": "",
"createUserId": 0,
"lastModifyTime": "",
"lastModifyUserId": 0
}
],
"hrResumeWorks": [
{
"id": 0,
"workUnit": "",
"jobTitle": "",
"firstYear": "",
"lastYear": "",
"remark": "",
"createTime": "",
"createUserId": 0,
"lastModifyTime": "",
"lastModifyUserId": 0,
"resumeId": 0,
"workAs": ""
}
],
"hrResumeEducations": [
{
"id": 0,
"resumeId": 0,
"createTime": "",
"createUserId": 0,
"lastModifyTime": "",
"lastModifyUserId": 0,
"school": "",
"specialty": "",
"educationId": 0,
"firstYear": "",
"lastYear": "",
"mentor": ""
}
],
"hrResumeWorkExps": [
{
"id": 0,
"workUnit": "",
"jobTitle": "",
"firstYear": "",
"lastYear": "",
"remark": "",
"createTime": "",
"createUserId": 0,
"lastModifyTime": "",
"lastModifyUserId": 0,
"resumeId": 0,
"workAs": ""
}
],
"hrResumeProjects": [
{
"id": 0,
"workUnit": "",
"jobTitle": "",
"firstYear": "",
"lastYear": "",
"remark": "",
"createTime": "",
"createUserId": 0,
"lastModifyTime": "",
"lastModifyUserId": 0,
"resumeId": 0,
"workAs": "",
"projectName": ""
}
]
},
"id": 0,
"enterpriseLook": 0,
"enterpriseLookTime": ""
}
]
}
修改于 2024-05-07 07:03:43