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

recruitingUIJobApplications REST API returning empty results despite correct roles and privileges

Summary:

I am working on building a custom AI Agent on top of Oracle HCM Recruiting Cloud using REST APIs, and I have run into an issue with the recruitingUIJobApplications endpoint returning an empty items[] array despite having the correct roles and privileges assigned. Looking for guidance from anyone who has worked with this endpoint.

Content (please ensure you mask any confidential information):

What I am trying to do

Query job applications for a specific requisition:

GET /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications
    ?q=RequisitionNumber='940'
    &fields=SubmissionId,CandidateNumber,CurrentPhaseName,DaysInStatus,
            QuestionnaireScore,AverageFeedbackRating
    &onlyData=true

Response received:

{
  "items": [],
  "count": 0,
  "hasMore": false

}
What I have already verified

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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