Class ExecutionSearchController
java.lang.Object
fr.enedis.chutney.execution.api.report.search.ExecutionSearchController
@RestController
@RequestMapping("/api/v1/execution")
public class ExecutionSearchController
extends Object
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getExecutionReportMatchQuery
@PreAuthorize("hasAuthority(\'SCENARIO_READ\')") @GetMapping(path="/search", produces="application/json") public List<ExecutionSummaryDto> getExecutionReportMatchQuery(@QueryParam("query") String query)
-