Description

This forum is used to ask questions regarding the Standard Integrations

Pull only People with specific Application Status

Standard Integration Questions

We are trying to pull people that have specific status values in the Recruiting Workflow based on a last updateddate.

Is the only way to pull a list of people matching the status values using the Search API with applicantworkflow.status with the applicantworkflow.updated fields, and then passing the returned associatedprofile.id values one at a time to the People API?

Is there a more efficient way to do this type of search?

How to Retrieve Candidate Previous Employment / Work History via API

Standard Integration Questions

I have reviewed the available iCIMS API documentation but have not been able to identify:

  • A dedicated endpoint for Previous Employment

  • Whether this data exists as a standard object

Can someone from iCIMS or the community clarify:

  1. Does iCIMS expose structured work history data via API?

  2. If so, which endpoint(s) or fields should I query?

  3. If not exposed by default, is this something that must be enabled or mapped by iCIMS Support?

Dump Employee data into ICIMS

Standard Integration Questions

Hello:

As a onetime cleanup, we try to sync ICIMs based on our ERP system, if an Employee # from ERP system already exists in ICIMs, we will update the employee information from ERP system to ICIMS, if an Employee# from ERP system does not exist in ICIMs, we try to add the employee information from ERP system to ICIMs. Here, through REST API connector, how to insert a new employee record in ICIMS?

 

Thank you,

Jennfer

Authenticating via Postman

Standard Integration Questions

Hello, 

I am trying to connect to the iCIMS API to get an auth token via Postman. My setup looks like this. The client_id and client_secret are what was provided by our contractor but I suspect both could be incorrect as generally those are GUIDs. As you can see from the screenshot, I receive a 401 - Unauthorized, which checks out in this situation. Any help would be appreciated. 

Thanks, 

Mehul 

 

Retrieving onboardworkflow iforms

Standard Integration Questions

Does onboarding workflow allow the retrieval of iforms in the same way as retrieving iforms under the people profile?

Example if I want to retrieve a binary attachment field45709 and the iform JobDescriptionAcknowledgementOB use the fields query parameter as such

{{urlBase}}customers/{{customerId}}/people/{{peopleId}}?fields=lastname,firstname,externalid,jobtitle,enddate,field45709,JobDescriptionAcknowledgementOB

Can I do this if there's an iform in the onboarding workflow?