Recruit (applicant worflow

General discussion

We received this question in our inbox:

Hello,

I’m running into an issue attempting to search on the applicantworkflow endpoint. I checked the forum and there wasn’t any place for endpoint discussions… I’m trying to filter based on a ‘relation’ field and it’s kicking back the following error:

{'errors': [{'errorMessage': 'The following filter is either not valid or hidden: applicantworkflow.job', 'errorCode': 5}]}

I get this error when trying to access:

Search API

General discussion

A question was asked how to retrieve results for all candidates that do not have a blank or null background check completed date. This example displays retrieving results with a filter of "as of today"

Call Type: POST
URL: https://api.icims.com/customers/6271/search/people
Payload:
{"filters":[{"name":"person.collectionfield3256date","secondaryValue":["{DATE:END}"],"value":[],"operator":"="}],"operator":"&"}