Description

This forum is used to ask questions regarding the Standard Integrations

How to search for a Profile using a custom field

Standard Integration Questions

I am attempting to do a GET call using a custom field on a job to see if the job exists or not. When I do the GET call using this endpoint - https://api.icims.com/customers/[removed]/jobs/lookup?type=field[removed]&value=[removed], I get this error - "The given type is not supported for profile lookup.". Is it possible to look up a profile using a custom field? If so, what am I doing wrong? If not, what are the supported ways to look up a profile?

Many Profile Fields are not accessible

Standard Integration Questions

Hi,

We are currently working on an integration for extract data from the people and jobs profile. We are a partner under the Candidate Ranking category. However, there seems to be many fields that are "not accessible" such as the department field on the Jobs. What must we do in order to gain access to more data? is this a limitation of using Candidate Ranking? or is it a setting or permission that the customer or sandbox needs to set?

Thanks,
Roy

Looking for Information on Oracle Integration.

Standard Integration Questions

I am the PM working on a project to implement ICIMS for our organization. We purchased the Oracle integration module and I am looking for any documentation or system requirements that I can pass on to our DBAs so that we can determine the level of effort for the Oracle integration. Any assistance would be greatly appreciated.

Thanks.

status flow update Nfy authentication

Standard Integration Questions

I have gone through https://developer.icims.com/REST-API/Integration-Events/Status-Flow-Update.

My question is that are there any recommendations on how the partner can authenticate the callback? I did not see any basic/digest support here by ICIMS. Is it so that the API itself is supposed to be carrying some secret param that is provided out of band to ICIMS by the partner?

In the status flow update how to get stringified version of status

Standard Integration Questions

I am referring to https://developer.icims.com/REST-API/Integration-Events/Status-Flow-Update. I am interested in executing some action on transition into any status. But how do we get the string for a statusId ? I would like to execute only in case the status contained "hiring". Right now the trigger contains just a number for the old and new status