Class ActionController

java.lang.Object
org.qubership.atp.itf.lite.backend.controllers.ActionController

@RestController @RequestMapping("/atp-itf-lite/api/v1/actions") public class ActionController extends Object
  • Constructor Details

    • ActionController

      public ActionController()
  • Method Details

    • getActions

      @PreAuthorize("@entityAccess.checkAccess(#projectId,\'READ\')") @GetMapping public org.springframework.http.ResponseEntity<List<Action>> getActions(@RequestParam UUID projectId)