My Oracle Support Banner

Errorcode 500 Occurs When Making a GET Interview Call in REST API (Doc ID 1574441.1)

Last updated on DECEMBER 13, 2023

Applies to:

Oracle TBE Integration Cloud Service - Version N/A to N/A [Release 12]
Information in this document applies to any platform.

Symptoms

When attempting to conduct a GET Interview call through the REST API, the API returns errorcode 500 in the API response (per the JSON example below):

ERROR
-----------------------
  {
  "response":
  {
  },
  "status":
  {
  "detail":
  {
  "operation": "internal",
  "errormessage": null,
  "error": null,
  "errorcode": "500"
  },
  "success": false
  }
  }

STEPS
-----------------------
The issue can be reproduced at will with the following steps:
Run a GET Interview call, per the example below:
"method":"GET","url":"https://ch.tbe.taleo.net/CHxx/ats/api/v1/object/candidate/24087/interview"

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.