curl --location --request POST 'https://openapi.italent.cn/RecruitV6/api/v1/Apply/GetApplyListByApplyId' \
--header 'Content-Type: application/json' \
--data-raw '{
"applyIds":[
"00373ba2-34e6-400d-ac68-d564c863b353",
"00ea255f-e0c9-4dce-8c82-b0c58cc2598a",
"01234f06-6a67-4ea2-9626-35ba146332ee"
],
"fieldNames":[
"ProcessPhaseChangeDate",
"ProcessStatusChangeDate"
]
}'
{
"data": [
{
"applyId": "string",
"applicantId": "string",
"jobId": "string",
"processId": "string",
"processPhaseId": "string",
"processStatusId": "string",
"fieldValues": {
"property1": {},
"property2": {}
}
}
],
"code": 0,
"message": "string"
}