You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
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.

REST API IN TALEO

edited Dec 14, 2022 6:34AM in Taleo Business Edition (TBE) 1 comment

Summary

Rest API ISSUE

Content

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!