- Subcategories:
- Survey Configuration Attributes
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: postPath:
/crmRestApi/resources/11.13.18.05/surveyConfigurations - Delete a survey configuration
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/surveyConfigurations/{ConfigId} - Get a survey configuration
- Method: getPath:
/crmRestApi/resources/11.13.18.05/surveyConfigurations/{ConfigId} - Get all survey configurations
- Method: getPath:
/crmRestApi/resources/11.13.18.05/surveyConfigurations - Update a survey configuration
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/surveyConfigurations/{ConfigId}