Person folder filters not working

General discussion

I have been trying to make request to get Employees or Candidates using the search API endpoints using both GET and POST

Employees:
GET https://api.icims.com/customers/0000/search/people?searchJson={ "filters": [ { "name": "person.folder", "value": ["D32013"], "operator": "=" } ] }

Candidates:
GET https://api.icims.com/customers/0000/search/people?searchJson={ "filters": [ { "name": "person.folder", "value": ["D32007"], "operator": "=" } ] }

I am getting the following:

Creating new applicantworkflows

General discussion

We are having an issue when creating a new applicantworkflows object.

The field is status. We are getting a FIELD-NOT-ACCESSIBLE error.

When we try and leave the field blank, we are getting a FIELD_REQUIRED error.

Entry: A client clicks the submit candidate button on our platform.
We make a series of API calls to insert the candidate into iCims and attach them to a requisition.
We create a new applicant workflows object.
Exit: Status field returns Field Not Accessible.

Can a background check package include drugtest in the bundle?

General discussion

Hi,

In the API, background check package/results and drugtest package/results is on different field/node. Can a client/customer configure the bc pacakge to include both bc and drugtest, and the result will be available on the bc field only. Basically not use the separate drugtest feature of the API. Would that cause any issue?

Thanks!

Yiping