* list reports * @return array * @throws \Exception */
()
| 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 |