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
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":"&"}