Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Need REST API so that I can get responses that I have entered in the task.
Summary
Need REST API so that I can get responses that I have entered in the task.Content
Hi Team,
I have created a questionnaire and attached to a checklist.
Questions in the questionnaire have been answered after selecting the choice given in the question's options.
However when I try to get the details using POSTMAN to test below API. Its not showing the question with answer.
/hcmRestApi/resources/11.13.18.05/questionAnswersLOV/
https://eimz-dev1.fa.em2.oraclecloud.com/hcmRestApi/resources/11.13.18.05/questionAnswersLOV
I did
GET on /hcmRestApi/resources/11.13.18.05/questionAnswersLOV will give you all the answer choices available for a particular question.
2