Survey Configurations REST Endpoints

Survey Configurations
The survey configuration resource is used to create, read, update and delete the configuration associated to the survey.
Create a survey configuration
Method: post
Path: /crmRestApi/resources/11.13.18.05/surveyConfigurations
Delete a survey configuration
Method: delete
Path: /crmRestApi/resources/11.13.18.05/surveyConfigurations/{ConfigId}
Get a survey configuration
Method: get
Path: /crmRestApi/resources/11.13.18.05/surveyConfigurations/{ConfigId}
Get all survey configurations
Method: get
Path: /crmRestApi/resources/11.13.18.05/surveyConfigurations
Update a survey configuration
Method: patch
Path: /crmRestApi/resources/11.13.18.05/surveyConfigurations/{ConfigId}