Interface IUserInbox


@Path("/inbox/{domainUid}/{userUid}") public interface IUserInbox
API to fetch user's inbox information
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • unseen

      @GET @Path("_unseen") Integer unseen()