ApplicantWorkflow search seem not to filter correctly



Hi, I am new to iCims...

I am trying to make a search on applicantworkflows, but filter does not appear to work...

Making this search:

https://api.icims.com/customers/9999/search/applicantworkflows?searchJson{ "filters": [ { "name": "applicantworkflow.status.id", "value": ["CXXXX"], "operator" : "=" } ] }

Does NOT filter on status.id, ot returns applicantworkflows, regardless of status

Thanks!

Submitted by iCIMSUNIFIL on June 29, 2022 Permalink

The searchJson parameter must be URL-encoded for GET requests due to illegal URL characters in the JSON string. POST requests should not URL-encode the payload. https://developer.icims.com/REST-API/Object-Types-Commands/Search-API