Question Responses REST Endpoints

Questionnaire Participant/Questionnaire Responses/Question Responses
The questionResponses resource provides the responses provided by the participant to a specific question in a questionnaire.
Create a question response
Method: post
Path: /hcmRestApi/resources/11.13.18.05/questionnaireParticipants/{questionnaireParticipantsUniqID}/child/questionnaireResponses/{QuestionnaireResponseId}/child/questionResponses
Get a question response
Method: get
Path: /hcmRestApi/resources/11.13.18.05/questionnaireParticipants/{questionnaireParticipantsUniqID}/child/questionnaireResponses/{QuestionnaireResponseId}/child/questionResponses/{QuestionResponseId}
Get all question responses
Method: get
Path: /hcmRestApi/resources/11.13.18.05/questionnaireParticipants/{questionnaireParticipantsUniqID}/child/questionnaireResponses/{QuestionnaireResponseId}/child/questionResponses
Update a question response
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/questionnaireParticipants/{questionnaireParticipantsUniqID}/child/questionnaireResponses/{QuestionnaireResponseId}/child/questionResponses/{QuestionResponseId}