Search Results
Displaying 1 - 10 of 303- Partner Application Process - Basic page
Last ModifiedBecome an iCIMS Partner, Looking to build a repeatable integration with iCIMS Want to drive business between our businesses Apply to be an iCIMS Partner here If you need access to the Developer Community Site for an integration youre building on behalf of a customer please complete the User Request Form If you are not already working with an iCIMS resource you can reach out to your customer contact for to obtain the…, Benefits of Becoming an iCIMS Partner, Partnerspecific integration processes Prebuild an integration for the iCIMS Marketplace Improved customer experience Deliver more value to shared customers and improve how they adapt your solutions Unparalleled support Experience shared success with outstanding technology and business support Marketplace profile Market your services and expertise with a custom listing on the largest recruitment…
- Acceptable Use Policy - Basic page
Last ModifiedAcceptable Use Policy, Last Modified, December 20 2022 This API Acceptable Use Policy the AUP is part of any separate agreement or terms agreed upon or entered into by and between you and ICIMS and sets forth the acceptable and prohibited activities that relate to your use of the ICIMS Developer Site found at httpsdevelopercommunityicimscom the Developer Site In the event of a conflict between this AUP and any such agreement or…, What is Covered in this Policy, Introduction Efficiency Legal Data Privacy Design Submitting for Review, Introduction, ICIMS recognizes that employers need a way to bring their increasingly complex talent acquisition world together ICIMS UNIFi a PlatformasaService solution the UNIFi Platform may be the answer The UNIFi Platform makes it easy to integrate and build solutions to deliver a streamlined talent acquisition experience We are excited to have you join the ICIMS development community and hope that you are…, Efficiency, The ICIMS Talent Acquisition Suite the Subscription is based upon a true SaaS solution which conceptually can be considered as a multitenant shared resource Accordingly excessive use or abuse of the UNIFi Platform by one developer andor integration may negatively impact all other subscribers Within this operating context any misuse of resources andor access whether deliberately accidentally or…, Retry Logic, Although faults are not uncommon when integrating to a true SaaS solution an application should be designed to handle such faults efficiently and transparently Such an approach can help minimize the effects that faults can have on the business tasks being performed by the application Generally retry logic may be considered a good idea when looking to minimize the impact of a fault ICIMS Best…, Exceeding API Call Limit, Usage of the ICIMS Subscription and your integrations thereto has limits that are detailed in our Web Services Licenses available at httpsdevelopercommunityicimscom As a developer you need to be aware of these limits and the impacts of exceeding such limits Today in all cases exceeding the daily limit may halt functionality of that integration until the next calculation period resulting in a…, Prohibited Uses, ICIMS grants you the right in its sole discretion to integrate with the UNIFi Platform subject to you meeting specific requirements and expectations The data privacy of ICIMS users and subscribers adherence to all applicable laws and regulations and the following of security best practices are all areas that you are responsible for as a developer Further it is your responsibility to understand…, Data Privacy, To deliver the value and benefits of an integration with the UNIFi Platform an exchange of data is necessary Data privacy extends beyond the exchange of the data between two systems and your obligations extend beyond that exchange Understanding and operating in accordance with your obligations and applicable requirements is your responsibility Subscriber data and content is the property of the…, Design, The design and delivery of a solution requires investment from all parties This investment may be in the form of expertise technology time resources etc Despite the investment involved however the parties must respect their individual input Below are several items that will help you to better understand our respective investments as they relate to the design and delivery of a solution Interaction…, Submitting for Standard Validation, Want to have your solution in the Marketplace sooner For those developers that have reviewed the ICIMS documentation have the functionality to meet ICIMS Standard Workflows experiences and best practices and have decided to build to the standard integration we would like to welcome you to our community To get started it would be of value to outline what you can expect from us and what we expect…, You, How can it be true that I the developer am in the drivers seat It is an ICIMS process you cant be serious ICIMS, ICIMS, We are serious and heres why ICIMS has taken the time to thoroughly document its APIs and made them available to you for review Included in this documentation are a series of best practices modules available to our developer community When reviewed and applied properly this documentation will aid in your development efforts Provisioning of Sandboxes generally occurs within one business day of…, You, OK OK So how do I ensure a great experience for me and the subscriber, ICIMS, Well we are very glad that you asked Please take the time to review the ICIMS documentation that you can easily find on the Developer Site Review the Standard Workflows experiences and best practices These have been developed based on our experience and are meant to guide you through the process Use them Recognize early in your process whether your solution will meet the requisite expectations…
- Prime Integrations - Application
Last ModifiedPrime Connectors iCIMS nextgeneration integration product bring users a more seamless endtoend experience across multiple Platforms Prime Connectors eliminate the need to toggle between systems and allows users to configure administer and utilize thirdparty applications within the iCIMS Platform
- Apply Notifications - Product Page
Last ModifiedNotifications sent from the Apply Network
- I am interested in integrating with iCIMS How do I get started - FAQ
Last Modified
- Does iCIMS institute any rate limitations - FAQ
Last Modified
- Candidate Ranking - Application
Last ModifiedThere are two distinct workflows for Candidate Ranking integrations They are referred to as Active Candidate Ranking and Passive Candidate Ranking A Partner may provide either option or both options for iCIMS clients
- Candidate Matching - Application
Last ModifiedThere are two distinct workflows used by Candidate Matching Integrations They are referred to as Active Candidate Matching and Passive Candidate Matching A Partner may provide either option or both options for iCIMS clients
- Frameworks - Application
Last ModifiedFramework banner
- Error Handling - Basic page
Last ModifiedIn the event that there is a problem processing an API request iCIMS follows standard behaviors across all API endpoints to inform clients about request problems The , Status Code, of the HTTP response indicates the overall success or failure of a request Any Status Code in the 2XX range indicates success In addition to Status Codes information about problems encountered when processing a request are communicated through , XWarning , or , XError, , HTTP response headers, A response may contain multiple HTTP response headers indicating there were multiple problems while handling a particular request In addition to the header an error will be provided in the JSON response All problems reported in the header will follow a consistent format The format for an XWarning or XError HTTP response header is as follows , XWarning
, OR , XError
, Eg XError2Job not found Code a unique code consisting of numbers used to reference specific errors that occur in the Platform Detail a description of the problem Note If the warning or error is specific to a field the field ID will also be sent as part of the response header , XWarning
, OR , XError
, Eg XWarning4StartDate Field name must be all lowercase A message containing information about the error will also be provided in the JSON response An example of this message is as follows errors errorMessageJob not found errorCode2 Note If the warning or error is specific to a field the field ID will also be sent as part of the JSON response as in the following example warnings…, Current Errors, iCIMS uses the following warnings and errors , Error, Code, Status Code, Definition, INTERNALERROR 0 500 Internal Server Error Used for errors on the Platform FIELDREQUIRED 1 400 Bad Request Used for a missing field RESOURCENOTFOUND 2 404 Not Found Used for trying to pull a resource that does not exist RESOURCEACCESSDENIED 3 404 Not Found Used for trying to access a forbidden resource FIELDINVALID 4 400 Bad Request Used for when the information in a field is invalid…