Question Responses REST Endpoints
            
            Recruiting ICE Job Application Draft/Questionnaire Responses/Question Responses
            
        
        
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
- Create a question response
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingICEJobApplicationDrafts/{IceDraftId}/child/questionnaireResponses/{QuestionnaireResponseId}/child/questionResponses - Delete a question response
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/recruitingICEJobApplicationDrafts/{IceDraftId}/child/questionnaireResponses/{QuestionnaireResponseId}/child/questionResponses/{QuestionResponseId} - Get a question response
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingICEJobApplicationDrafts/{IceDraftId}/child/questionnaireResponses/{QuestionnaireResponseId}/child/questionResponses/{QuestionResponseId} - Get all question responses
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingICEJobApplicationDrafts/{IceDraftId}/child/questionnaireResponses/{QuestionnaireResponseId}/child/questionResponses - Update a question response
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/recruitingICEJobApplicationDrafts/{IceDraftId}/child/questionnaireResponses/{QuestionnaireResponseId}/child/questionResponses/{QuestionResponseId}