java.lang.Object
org.qubership.integration.platform.variables.management.rest.v1.controller.ActionsLogExportController

@RestController @CrossOrigin(origins="*") @RequestMapping("/v1/actions-log/export") public class ActionsLogExportController extends Object
  • Constructor Details

    • ActionsLogExportController

      @Autowired public ActionsLogExportController(ActionsLogExportService actionsLogExportService)
  • Method Details

    • export

      @GetMapping("") public org.springframework.http.ResponseEntity<Object> export(@RequestParam Long actionTimeFrom, @RequestParam Long actionTimeTo)