* list datasets * @return array * @throws \Exception */
()
| 259 | * @throws \Exception |
| 260 | */ |
| 261 | #[NoAdminRequired] |
| 262 | #[NoCSRFRequired] |
| 263 | #[CORS] |
| 264 | public function datasetIndexV3() { |
| 265 | return $this->DatasetService->index(); |
| 266 | } |
| 267 | |
| 268 | /** |
| 269 | * list reports |