SurveyActions
Class with constants for http requests to work with surveys via SurveyService class
Properties
- Namespace
- 
Default namespace. The value is Controller. 
- Open
- 
Part of the url to open a survey. The value is Open. 
- Close
- 
Part of the url to close a survey. The value is Close. 
- Shutdown
- 
Part of the url to shutdown a survey. The value is Shutdown. 
- CleanAssignments
- 
Part of the url to remove all assignments on a survey. The value is CleanAssignments. 
- GetAssignments
- 
Part of the url to get information about an assignments on a survey. The value is GetAssignments. 
- GetBasicProperties
- 
Part of the url to get basic properties of a surveys. The value is GetBasicProperties. 
- PutBasicProperties
- 
Part of the url to update basic properties of a surveys. The value is PutBasicProperties.