Survey Questions REST Endpoints

Surveys/Survey Questions
The questions resource is used to view and update the questions in the survey.
Create a survey question
Method: post
Path: /crmRestApi/resources/11.13.18.05/surveys/{SurveyId}/child/questions
Delete a survey question
Method: delete
Path: /crmRestApi/resources/11.13.18.05/surveys/{SurveyId}/child/questions/{QuestionId}
Get a survey question
Method: get
Path: /crmRestApi/resources/11.13.18.05/surveys/{SurveyId}/child/questions/{QuestionId}
Get all survey questions
Method: get
Path: /crmRestApi/resources/11.13.18.05/surveys/{SurveyId}/child/questions
Update a survey question
Method: patch
Path: /crmRestApi/resources/11.13.18.05/surveys/{SurveyId}/child/questions/{QuestionId}