What is customer id in search api
General discussionI want to search job or person using search api but in each api call there is customer id, so can you please let me know how to find customer id to make it work.
- Read more about What is customer id in search api
- 4 comments
- Log in to post comments
Staging environment
General discussionWe have completed testing of our assessment integration using the sandbox.
But we would also like to do some final testing of the workflow as seen from an actual recruiter and job applicant's point of view (from the marketplace). Is this possible from the sandbox?
If not, what options are there for pre-production testing?
Thanks
Louis
- Read more about Staging environment
- 1 comment
- Log in to post comments
Talent Pool search criteria
General discussionWhat field does talentpool.owner.number refer to? Using Owner Number or Owner System ID both return an error - The following filter is either not valid or hidden. What is the correct filter to search Talent Pools by Owner?
- Read more about Talent Pool search criteria
- 1 comment
- Log in to post comments
Problem using Search API to get list of complete forms
General discussionI am trying to get a list of completed forms but having no luck.
When I do a GET on a form I see "status": "Completed". When I SEARCH for completed forms using the below request I get no results.
https://api.icims.com/customers/****/search/forms?searchJson={"filters": [{"name": "formdata.form.formname","value": ["federal_w4_stv"]},{"name":"formdata.formstatus","value":["Completed"],"operator":"="}]}
If I change the operator to !=, I get forms with "status": "Completed".
Anyone have any ideas on what I might be doing wrong?
iForm Data Get
General discussionHere is an example of how to retrieve data stored on an ICIMS iForm. If the field is a synced, the data is stored on the platform profile field.
Call Type: GET
- Read more about iForm Data Get
- Log in to post comments
Pulling iFORM's Through API
General discussionPulling iFORM IDs through the API
When you are ready to pull form data through the API, you can use a GET request or a POST through our search API to retrieve the form ID of the associated candidate. The filter is based on the form name and the candidate’s ICIMS system ID. The form name will be different for each iFORM, so you’ll have four different filters to choose from based on which form you wish to pull data from.
POST
https://api.icims.com/customers/6271/search/forms
- Read more about Pulling iFORM's Through API
- Log in to post comments
ICIMS IP's
General discussionWhitelisting IP Addresses for Integration Traffic
US & Canadian Hosting Environments
Integration partners or clients who need to open their firewall for inbound SFTP/HTTP/HTTPS traffic from the ICIMS network should whitelist the following IP range: 162.247.160.0/21.
- Read more about ICIMS IP's
- 2 comments
- Log in to post comments
Recruit (applicant worflow
General discussionWe received this question in our inbox:
Hello,
I’m running into an issue attempting to search on the applicantworkflow endpoint. I checked the forum and there wasn’t any place for endpoint discussions… I’m trying to filter based on a ‘relation’ field and it’s kicking back the following error:
{'errors': [{'errorMessage': 'The following filter is either not valid or hidden: applicantworkflow.job', 'errorCode': 5}]}
I get this error when trying to access:
- Read more about Recruit (applicant worflow
- Log in to post comments
Search API
General discussionA question was asked how to retrieve results for all candidates that do not have a blank or null background check completed date. This example displays retrieving results with a filter of "as of today"
Call Type: POST
URL: https://api.icims.com/customers/6271/search/people
Payload:
{"filters":[{"name":"person.collectionfield3256date","secondaryValue":["{DATE:END}"],"value":[],"operator":"="}],"operator":"&"}
- Read more about Search API
- 10 comments
- Log in to post comments