Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Rest Api to get candidate attachments
Hello community,
I'm using the following endpoint to retrieve a candidate's resume, and it returns the result correctly:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/attachments
Now, I want to fetch the actual attachment. this could be done by accessing the FileUrl
field in the response and combining it with the Fusion base URL.
However, when I tried this, I received the following response:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html>
<head> <title>404 Not Found</title></head>
<body> <h1>Not Found</h1> <p>The requested URL was not found on this server.</p></body>
</html>
Can someone please guide me on how to correctly fetch the attachment file?
Tagged:
0