Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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