Hi,
I want to know that how can I found a candidate has multiple jobs application ?
I have people Id of iCIMS . Currently I'm checking by
ApplicationWorkFlow ==>> Search By JobId ==>> Then check each application by ApplicationId. ==> Finally found candidate here.
Please do needful. looking forward for your response.
Thanks
Submitted by
iCIMSUNIFIL on July 20, 2020Permalink
Using the Person ID, the Search API for all workflows associated with a person is below:
{
"filters": [{
"name": "applicantworkflow.person.idCSV",
"value": ["110"],
"operator": "="
}],
"operator": "&"
}