For more information, please refer to this announcement explaining best practices for getting answers to questions.
Data not reflecting from front end when loading languages/education for Candidates via REST API
Summary:
Data not reflecting from front end when loading languages/education for Candidates via REST API
Content (required):
We are trying to load education, languages for candidates in Oracle recruiting via REST APIs. We can see data from backend. But from front end we dont see any data.
Please help resolve this issue, so that we should see data from front end.
Below are the details of REST API we are using;
REST URL:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/<Candidate Number>/child/languages
Payload:
{
"EvaluatedOn": "2022-09-01",
"Language": "English",
"WritingLevelId": null,
"ReadingLevelId": null,
"SpeakingLevelId": null,
"NativeSpeakerFlag": true,
"AbleToTranslateFlag": false,
"AbleToTeachFlag": false
}
Version (include the version you are using, if applicable):