curl --location --request POST 'https://openapi.italent.cn/RecruitV6/api/v1/Interview/GetInterviewsByIds' \
--header 'Content-Type: application/json' \
--data-raw 'Post /RecruitV6/api/v1/Interview/GetInterviewsByIds
[
"628f0d5d-87fa-4ec3-a7ff-59c8192bc0fa",
"5140965b-1259-4bfb-b8c7-6f3aa55e5150"
]'
{
"data": [
{
"applicant": {
"applicantId": "string",
"candidateId": "string",
"name": "string",
"email": "string",
"mobile": "string"
},
"job": {
"jobGuid": "string",
"jobId": "string",
"jobCode": 0,
"jobTitle": "string"
},
"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"
}