Form Search API
General discussionI'm trying to find the right filter condition to get the exact match of the form , I don't know the form data id.
Sample Data -
I'm trying to find the right filter condition to get the exact match of the form , I don't know the form data id.
Sample Data -
Is there an API to fetch the list of all applicant workflow ids? We need this for our integration using polling
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:
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.
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
Hi,
I got sandbox access with a username/password/customer ID. Our company is a vendor providing Partner Screening service. Would the above username/password to access sandbox be used as vendor authentication header in accessing iCIMS REST API?
I need to create PDF files for all forms filled out by a hire. Is there a way to get a list of all of a hires forms?
The term 'Background Check' is pretty vague. Is there any list of checks that are required in a 'Background Check'? Do you require criminal, employment, education, motor vehicle, credit, accreditation, etc? Or is it up to the partner what checks are included in the packages?
There is a military service portion of the standard employment application but I do not see it documented in the Person profile data model. Can someone please confirm whether or not this is a documentation issue or if military service is not supported.
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.