Class NotificationApiResource

java.lang.Object
org.apache.fineract.notification.api.NotificationApiResource

@Path("/v1/notifications") @Component public class NotificationApiResource extends Object
  • Constructor Details

    • NotificationApiResource

      public NotificationApiResource()
  • Method Details

    • getAllNotifications

      @GET @Consumes("application/json") @Produces("application/json") public String getAllNotifications(@Context jakarta.ws.rs.core.UriInfo uriInfo, @QueryParam("orderBy") String orderBy, @QueryParam("limit") Integer limit, @QueryParam("offset") Integer offset, @QueryParam("sortOrder") String sortOrder, @QueryParam("isRead") boolean isRead)
    • update

      @PUT @Consumes("application/json") @Produces("application/json") public void update()