InterviewerActions
Class with constants for http requests to work with interviewers via InterviewerService class
Properties
- Namespace
- 
Default namespace. The value is Controller. 
- AssignOnSurvey
- 
Part of the url to assign an interviewer to a survey. The value is AssignOnSurvey. 
- DeAssignFromSurvey
- 
Part of the url to unassign an interviewer from a survey. The value is DeAssignFromSurvey. 
- AssignOnCall
- 
Part of the url to assign an interviewer to a call. The value is AssignOnCall. 
- DeAssignFromCalls
- 
Part of the url to unassign an interviewer from a call. The value is DeAssignFromCalls. 
- CleanAssignments
- 
Part of the url to remove all assignments from an interviewer. The value is CleanAssignments. 
- Lock
- 
Part of the url to lock an interviewer. The value is Lock. 
- Unlock
- 
Part of the url to unlock an interviewer. The value is Unlock. 
- GetGroups
- 
Part of the url to get parent groups of an interviewer. The value is GetGroups. 
- GetAssignments
- 
Part of the url to get assignment information related to an interviewer. The value is GetAssignments.