Survey Configuration Attributes REST Endpoints
Survey Configurations/Survey Configuration Attributes
The survey configuration attribute resource is used to create, read, update and delete the attributes associated to the survey configuration.
- Create a survey configuration attribute
- Method: postPath:
/crmRestApi/resources/11.13.18.05/surveyConfigurations/{ConfigId}/child/configurationAttributes - Delete a survey configuration attribute
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/surveyConfigurations/{ConfigId}/child/configurationAttributes/{ConfigAttrId} - Get a survey configuration attribute
- Method: getPath:
/crmRestApi/resources/11.13.18.05/surveyConfigurations/{ConfigId}/child/configurationAttributes/{ConfigAttrId} - Get all survey configuration attributes
- Method: getPath:
/crmRestApi/resources/11.13.18.05/surveyConfigurations/{ConfigId}/child/configurationAttributes - Update a survey configuration attribute
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/surveyConfigurations/{ConfigId}/child/configurationAttributes/{ConfigAttrId}