MCPcopy Create free account
hub / github.com/Rello/analytics / reportIndexV3

Method reportIndexV3

lib/Controller/ApiDataController.php:273–278  ·  view source on GitHub ↗

* list reports * @return array * @throws \Exception */

()

Source from the content-addressed store, hash-verified

271 * @throws \Exception
272 */
273 #[NoAdminRequired]
274 #[NoCSRFRequired]
275 #[CORS]
276 public function reportIndexV3() {
277 return $this->ReportService->index();
278 }
279
280 /**
281 * read data of a dataset with additional information for table and series

Callers

nothing calls this directly

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected