Questionnaire Response Sections REST Endpoints

Questionnaire Responses/Questionnaire Response Sections
The Questionnaire Response Sections resource stores details about various sections included in a questionnaire response.
Get all questionnaire response section records
Method: get
Path: /fscmRestApi/resources/11.13.18.05/questionnaireResponses/{QuestionnaireRespHeaderId}/child/questionnaireResponseSections
Get one questionnaire response section record
Method: get
Path: /fscmRestApi/resources/11.13.18.05/questionnaireResponses/{QuestionnaireRespHeaderId}/child/questionnaireResponseSections/{QuestionnaireRespSectionId}
Process Sections
Method: post
Path: /fscmRestApi/resources/11.13.18.05/questionnaireResponses/{QuestionnaireRespHeaderId}/child/questionnaireResponseSections/{QuestionnaireRespSectionId}/action/processSection
Update one questionnaire response section record
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/questionnaireResponses/{QuestionnaireRespHeaderId}/child/questionnaireResponseSections/{QuestionnaireRespSectionId}