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
Tagged:
0