根据申请ID获取面试信息
GET
/RecruitV6/api/v1/Interview/GetInterviewsByApplyId
错误码示例
错误码:500,错误信息:系统异常,解决方式:请联系北森技术人员
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openapi.italent.cn/RecruitV6/api/v1/Interview/GetInterviewsByApplyId?applyId' \
--header 'Content-Type: application/json' \
--data-raw 'Get /RecruitV6/api/v1/Interview/GetInterviewsByApplyId?applyId=b21ec5f1-5327-4d86-83a2-a1ee2e068656'
响应示例响应示例
{
"data": {
"applicant": {
"applicantId": "string",
"candidateId": "string",
"name": "string",
"email": "string",
"mobile": "string"
},
"applyId": "string",
"job": {
"jobGuid": "string",
"jobId": "string",
"jobCode": 0,
"jobTitle": "string"
},
"interviews": [
{
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"interviewSubject": "string",
"interviewLocation": "string",
"interviewWayId": 0,
"interviewFormId": 0,
"interviewType": {
"id": "string",
"code": "string",
"name": "string"
},
"createdByUserInfo": {
"userId": 0,
"name": "string",
"email": "string",
"mobile": "string"
},
"createdTime": "2019-08-24T14:15:22Z",
"id": "string",
"interviewArrangementId": "string",
"interviewScheduleId": "string",
"applyId": "string",
"status": 0,
"replyStatus": 0,
"signStatus": 0,
"refuseReasons": [
{
"id": "string",
"code": "string",
"name": "string"
}
],
"customRefuseReason": "string",
"VideoLinks": [
{
"relUserId": "string",
"videoUrl": "string",
"videoTransferUrl": "string",
"businessUserType": 0
}
],
"evaluations": [
{
"interviewerInfo": {
"userId": 0,
"name": "string",
"email": "string",
"mobile": "string"
},
"replyStatus": 0,
"evaluation": {
"id": "string",
"interviewEvaluationTableId": "string",
"evaluationConclusion": 0,
"score": 0,
"overview": "string",
"createdTime": "2019-08-24T14:15:22Z",
"isFastEliminate": true,
"fastEliminateOtherReason": "string",
"fastEliminateReason": [
{
"id": "string",
"code": "string",
"name": "string"
}
]
}
}
]
}
]
},
"code": 0,
"message": "string"
}
请求参数
Query 参数
applyId
必需
Body 参数application/json
返回响应
修改于 2021-10-13 10:54:25