Questionnaire Responses REST Endpoints

Recruiting ICE Job Application Draft/Questionnaire Responses
The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
Create a questionnaire response
Method: post
Path: /hcmRestApi/resources/11.13.18.05/recruitingICEJobApplicationDrafts/{IceDraftId}/child/questionnaireResponses
Delete a questionnaire response
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/recruitingICEJobApplicationDrafts/{IceDraftId}/child/questionnaireResponses/{QuestionnaireResponseId}
Get a questionnaire response
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingICEJobApplicationDrafts/{IceDraftId}/child/questionnaireResponses/{QuestionnaireResponseId}
Get all questionnaire responses
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingICEJobApplicationDrafts/{IceDraftId}/child/questionnaireResponses
Update a questionnaire response
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/recruitingICEJobApplicationDrafts/{IceDraftId}/child/questionnaireResponses/{QuestionnaireResponseId}