Class TurEmailReportAPI
java.lang.Object
com.viglet.turing.api.system.TurEmailReportAPI
@RestController
@RequestMapping("/api/system/email-report")
public class TurEmailReportAPI
extends Object
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String> org.springframework.http.ResponseEntity<TurEmailReportAPI.TurEmailReportResponse>
-
Constructor Details
-
TurEmailReportAPI
-
-
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()
-