This forum is used to ask questions regarding the Standard Integrations
Where to find the list of applicant / recruiting workflow status (value and id)?
Standard Integration QuestionsHi,
I'm trying to find where in the UI or API that I can find the list of recruiting workflow status? I need to update the workflow status of an applicant based on the results of the assessment.
Thanks,
Roy
How to search for a Profile using a custom field
Standard Integration QuestionsI 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 QuestionsHi,
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
- Read more about Many Profile Fields are not accessible
- 1 comment
- Log in to post comments
Looking for Information on Oracle Integration.
Standard Integration QuestionsI 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.
- Read more about Looking for Information on Oracle Integration.
- Log in to post comments
Updating an existing application's bin and status via API
Standard Integration QuestionsHi,
I've been looking around the site and I can't seem to find how I could update a existing applications workflow status (bin and status). Can someone point me in the right direction?
Thanks
Roy
How to get access to the sandbox, for dev/testing purposes
Standard Integration QuestionsI see questions about the sandbox. Is this a developer's instance? If so, how may I get access to a developer's instance?
job.updateddate filter
Standard Integration QuestionsWhen a job's posting status changes for any portal will that also update the job.updateddate field?
Thank you.
- Read more about job.updateddate filter
- 1 comment
- Log in to post comments
CSV Reports in SFTP
Standard Integration QuestionsIs it possible to export large ICIMS reports in a CSV format to an SFTP server?
- Read more about CSV Reports in SFTP
- Log in to post comments
status flow update Nfy authentication
Standard Integration QuestionsI 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?
- Read more about status flow update Nfy authentication
- 1 comment
- Log in to post comments
In the status flow update how to get stringified version of status
Standard Integration QuestionsI 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