Class TurEmailReportAPI

java.lang.Object
com.viglet.turing.api.system.TurEmailReportAPI

@RestController @RequestMapping("/api/system/email-report") public class TurEmailReportAPI extends Object
  • Constructor Details

  • Method Details

    • sendWeeklyReport

      @GetMapping("/weekly/send") public org.springframework.http.ResponseEntity<TurEmailReportAPI.TurEmailReportResponse> sendWeeklyReport()
    • previewWeeklyReport

      @GetMapping("/weekly/preview") public org.springframework.http.ResponseEntity<String> previewWeeklyReport()