Class CallCenter.UserCallCenterGetSupervisedAgentListRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<CallCenter.UserCallCenterGetSupervisedAgentListResponse>
co.ecg.alpaca.toolkit.generated.CallCenter.UserCallCenterGetSupervisedAgentListRequest
Enclosing class:
CallCenter

public static class CallCenter.UserCallCenterGetSupervisedAgentListRequest extends Request<CallCenter.UserCallCenterGetSupervisedAgentListResponse>
Get a list of agents supervised by a supervisor on a given call center. The response is either a UserCallCenterGetSupervisedAgentListResponse or an ErrorResponse. The search can be done using multiple criterias. If the searchCriteriaModeOr is present, any result matching any one criteria is included in the results. Otherwise, only results matching all the search criterias are included in the results. If no search criteria is specified, all results are returned. In all cases, if a responseSizeLimit is specified and the number of matching results is more than this limit, then an ErrorResponse is returned. Specifying searchCriteriaModeOr without any search criteria results in an ErrorResponse.
Author:
AlpacaGenerator