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

ICIMS Search API : For a search template via API

General discussion

Hello All,

We know about the search api provided by icims. I am curious to know if there is any way we can go the search api on the search templates which we create in ICIMS. Example for a person I will be creating a search template named ' mytemplate' with reports to manager is not blank and folder status is internal. Now I can do a search on this template via UI. I would be very much helpful I there is a way where I can do a search api call by using the template name 'mytemplate'. This will help me in doing a search api from postman for complex filters.

iForm Submission Real Time Retrieval of Candidate & Job ID for Website Data Layer

General discussion

When an iForm is submitted is there a specific API call available for retrieving the Candidate ID and JOB ID from ICIMS in real time so that those values can be displayed in the data layer of a website where the iForm is submitted?

In looking at the iFORMS API documentation it looks like there would need to be a SUBMIT request and then a GET request to retrieve those fields. Are the following the correct APIS requests to reference?

https://api.icims.com/customers/{customerId}/forms
https://api.icims.com/customers/{customerId}/forms/{formDataID}