curl --location --request POST 'https://openapi.italent.cn/RecruitV6/api/v1/Apply/GetApplyListByDateAndStatus' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime":"2021-03-16T12:50:57",
"endTime":"2021-03-17T14:50:57",
"phaseId":"ff90c1b8-b245-451c-846a-abb514ef767f",
"statusId":"08058194-48b1-476c-8c84-e52c284e1112",
"batchId":""
}'
{
"data": {
"total": 0,
"nextBatchId": "string",
"isLastBatch": true,
"items": [
{
"applyId": "string",
"applicantId": "string",
"jobId": "string"
}
]
},
"code": 0,
"message": "string"
}