List Applications
The following table shows the list of filters supported in the List Applications API.
| Query Param | Lever | Greenhouse | SuccessFactors | Workable | Teamtailor | Zoho Recruit | Vincere | BambooHR ATS | UKG Pro Recruiting | iCIMS |
|---|---|---|---|---|---|---|---|---|---|---|
createdAfter | A | A | NA | A | A | A | A | NA | NA | NA |
createdBefore | A | A | NA | NA | A | A | A | NA | NA | NA |
updatedAfter | A | A | A | A | A | A | NA | NA | A | A |
updatedBefore | A | NA | A | NA | A | A | NA | NA | A | A |
changedStageAfter | A | NA | NA | NA | A | NA | A | NA | NA | NA |
changedStageBefore | A | NA | NA | NA | A | NA | A | NA | NA | NA |
jobId | A | A | A | A | NA | NA | A | A | NA | A |
stage | A | NA | A | A | NA | A | A | A | NA | A |
status | NA | A | NA | NA | A | NA | A | A | NA | NA |
tag | A | NA | A | NA | NA | A | NA | NA | NA | NA |
candidateId | A | NA | A | NA | NA | NA | A | NA | NA | A |
candidateEmail | A* | NA | A | A | NA | A | NA | NA | NA | NA |
Remarks:
- For query params that accepts
,separated list of string, if the native API does not support multiple values, only the value at the 0th index will be honored.
BambooHR ATS
- The
stagequery param expects currentStage.id values (obtained from the application sync or API). - When both
stageandstatusfilters are provided, status is honored.
iCIMS
- Date-based filters should be provided as a pair (both
afterandbefore) to ensure accurate results. If only a single date is supplied, it will always be treated as anafterfilter.
Updated about 9 hours ago