* read all thresholds for a dataset * * @param int $reportId * @return array */
(int $reportId)
| 38 | * @return array |
| 39 | */ |
| 40 | #[NoAdminRequired] |
| 41 | public function read(int $reportId) |
| 42 | { |
| 43 | return $this->ThresholdService->readRaw($reportId); |
| 44 | } |
| 45 | |
| 46 | /** |
| 47 | * create new threshold for dataset |