GroupActions
Class with constants for HTTP requests to work with groups via GroupService class
Properties
- Namespace
-
Default namespace. The value is Controller.
- AssignOnSurvey
-
Part of the url to assign a group to a survey. The value is AssignOnSurvey.
- DeAssignFromSurvey
-
Part of the url to unassign a group from a survey. The value is DeAssignFromSurvey.
- GetInterviewers
-
Part of the url to get list of assigned to a group interviewers. The value is GetInterviewers.
- GetAssignments
-
Part of the url to get assignment information related to a group. The value is GetAssignments.
- AssignOnCall
-
Part of the url to assign a group to a call. The value is AssignOnCall.
- DeAssignFromCalls
-
Part of the url to unassign a group from a call. The value is DeAssignFromCalls.