Search API- Application WorkFlow with source



How we can search application workflow with source (iis) key.
I was tried search with job id but i want to search with both jobid & source.
Is it possible in iCIMS ?
Looking forward for your response.

Submitted by iCIMSUNIFIL on March 26, 2020 Permalink

applicantworkflow.person.customfield3048.text is the search filter for the candidate source. Below is an example of a search for job ID and source:

{

"filters": [

{

"name": "applicantworkflow.job.id",

"value": ["1000"]

},

{

"name": "applicantworkflow.person.customfield3048.text",

"value": ["Company Website"]

}

],

"operator": "&"

}