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