Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
REST API IN TALEO
Summary
Rest API ISSUEContent
Hello,
I am trying to get candidate information using REST API in candidate feedback tab. I tried to add JAVA script to invoke Rest API using basic autentification, but after API successfuly invoked I am logged out of system if I try to save or cancel changes. Script was added as a Template HTML tab.
Performed Steps:
Candidates TAB -> Selecting Candidate -> Contact & Interviews -> Edit Feedback -> Webservice automaticly is invoked -> Click Save (and I am Automaticly disconnected)
Script code:
<script>
var x = document.getElementsByName("candId")[0].value;
URL = "https://ldd.tbe.taleo.net/ldd04/ats/api/v1/object/candidate/"+x
0