List API for applicant workflow



Is there an API to fetch the list of all applicant workflow ids? We need this for our integration using polling

Submitted by iCIMSUNIFIL on March 08, 2019 Permalink

You can use the Recruiting Workflow Search API to get applicant workflow IDS. You will need to specify a filter i.e. updated in the past month. An example of the filter is below. You can find more information here https://developer.icims.com/REST-API/Object-Types-Commands/Search-API

Example: https://api.icims.com/customers//search/applicantworkflows

{"filters":[{"name":"applicantworkflow.updateddate","secondaryValue":["{DATE:END}"],"value":["{DATE:START}{DATE:-29}"],"operator":"="}],"operator":"&"}