Class GlobalReportController

java.lang.Object
com.lantanagroup.link.api.controller.BaseController
com.lantanagroup.link.api.controller.GlobalReportController

@RestController @RequestMapping("api/report") public class GlobalReportController extends BaseController
  • Constructor Details

    • GlobalReportController

      public GlobalReportController()
  • Method Details

    • getReports

      @GetMapping public List<GlobalReportResponse> getReports(@RequestParam(required=false,defaultValue="") String tenantId, @RequestParam(required=false,defaultValue="") String status, @RequestParam(required=false,defaultValue="") String startDate, @RequestParam(required=false,defaultValue="") String endDate, @RequestParam(required=false,defaultValue="") String measureIds, @RequestParam(required=false,defaultValue="1") int page, @RequestParam(required=false,defaultValue="10") int count) throws ParseException
      Throws:
      ParseException