Person folder filters not working
General discussionI 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:
- Read more about Person folder filters not working
- 3 comments
- Log in to post comments
Creating new applicantworkflows
General discussionWe 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.
- Read more about Creating new applicantworkflows
- 3 comments
- Log in to post comments
Can a background check package include drugtest in the bundle?
General discussionHi,
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
vendor authentication username/password for accessing API
General discussionHi,
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?
All forms for a person
General discussionI 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?
- Read more about All forms for a person
- 2 comments
- Log in to post comments
Background Check Minimum Requirements
General discussionThe 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?
- Read more about Background Check Minimum Requirements
- 1 comment
- Log in to post comments
Military Service
General discussionThere 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.
- Read more about Military Service
- 1 comment
- Log in to post comments
ICIMS Search API : For a search template via API
General discussionHello 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.
HMAC Authorization Header
General discussionHello!
Does ICIMS Support HMAC Authorization only for ICIMS outbound Event Notifcations? Or can this be used in replacement of a Basic Authorization header for search API queries?
Thanks!
- Read more about HMAC Authorization Header
- 1 comment
- Log in to post comments
iForm Submission Real Time Retrieval of Candidate & Job ID for Website Data Layer
General discussionWhen 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}