getCurrentOperatorApiKeyId(); $params = $this->f3->get('GET'); $ids = $params['ids']; $type = $params['type']; $startDate = $params['startDate']; $endDate = $params['endDate']; return $dataController->getTimeFrameTotal($ids, $type, $startDate, $endDate, $apiKey); } }