Class AuditTraceListResource


  • @RestController
    @RequestMapping("/api")
    public class AuditTraceListResource
    extends Object
    REST controller for managing CSRView.
    • Method Detail

      • getAllAuditTraces

        @GetMapping("/auditTraceList")
        public org.springframework.http.ResponseEntity<List<AuditTraceView>> getAllAuditTraces​(org.springframework.data.domain.Pageable pageable,
                                                                                               javax.servlet.http.HttpServletRequest request)
        GET /auditTraceList : get all audit traces.
        Parameters:
        pageable - the pagination information.
        Returns:
        the ResponseEntity with status 200 (OK) and the list of audit traces in body.