Skip to Main Content

API, CLI, SDK & Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Fetching ORC phase and state for a recruiting candidate

Eyal BadashJul 2 2025

Hi everyone,

I’m building a REST-only integration between Oracle Recruiting Cloud (ORC) and an external assessments vendor. The goal is to:

  1. Detect whenever a candidate moves into a new requisition phase/state (e.g. Screening → Interview → Offer)
  2. Look up the candidate’s contact details (email, name, phone) via ORC REST
  3. Trigger the appropriate assessment with our vendor
  4. Push assessment results back to ORC via the public REST API

What I’ve tried so far:

  • I can successfully use basic auth and call {recruitingBaseUrl}/hcmRestApi/resources/11.13.18.05/recruitingCandidates.
  • However, could not find the endpoints that include the candidate’s current phase or state, so I can’t tell when they’ve moved to the next step in the process.
  • I’ve searched the FAR-WS docs (24D) but haven’t found any webhook/event endpoint or query parameter that returns phase transitions.

My questions:

  1. Is there a standard ORC REST endpoint (or query flag) that returns each candidate’s current phase/state on a requisition?
  2. Does ORC expose any event-delivery or webhook mechanism for “JobApplicationStatusChanged” or similar events?
  3. If neither exists, is there a recommended polling strategy (endpoint + filter) to detect phase changes efficiently?

Any pointers, undocumented query parameters, or sample payloads would be hugely appreciated.

Thanks in advance!

Comments
Post Details
Added on Jul 2 2025
0 comments
49 views