Answers REST Endpoints

Questions/Answers
The answers resource is a child of the questions resource. It provides a list of choices that a user can select from when answering single or multiple choice questions.
Create an answer
Method: post
Path: /hcmRestApi/resources/11.13.18.05/questions/{questionsUniqID}/child/answers
Delete an answer
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/questions/{questionsUniqID}/child/answers/{answersUniqID}
Get all answers
Method: get
Path: /hcmRestApi/resources/11.13.18.05/questions/{questionsUniqID}/child/answers
Get an answer
Method: get
Path: /hcmRestApi/resources/11.13.18.05/questions/{questionsUniqID}/child/answers/{answersUniqID}
Update an answer
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/questions/{questionsUniqID}/child/answers/{answersUniqID}