Web services request per day rate limit
General discussionIs there a way to increase the per day limit of web services calls from default 10000?
Is there a way to increase the per day limit of web services calls from default 10000?
I need an example of how to retrieve data stored on an below iCIMS iforms in Json or Xml format using API calls.
1. Voluntary Self Identification of Disability (Post Offer)
2. Voluntary Self Identification of Veteran Status (Post Offer)
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?