Class SelfRunReportApiResource

java.lang.Object
org.apache.fineract.portfolio.self.runreport.SelfRunReportApiResource

@Path("/v1/self/runreports") @Component @Conditional(SelfServiceModuleIsEnabledCondition.class) public class SelfRunReportApiResource extends Object
  • Constructor Details

    • SelfRunReportApiResource

      public SelfRunReportApiResource()
  • Method Details

    • runReport

      @GET @Path("{reportName}") @Consumes("application/json") @Produces({"application/json","text/csv","application/vnd.ms-excel","application/pdf","text/html"}) public jakarta.ws.rs.core.Response runReport(@PathParam("reportName") String reportName, @Context jakarta.ws.rs.core.UriInfo uriInfo)