Class CallStatisticRestController


@RestController @RequestMapping("/api/v1/freeswitch/statistic") @Description("CallStatistic Management Controller - Content statistic and categorization APIs") public class CallStatisticRestController extends BaseRestController<CallStatisticRequest,CallStatisticRestService>