Class ContentWatcherResource

java.lang.Object
com.atlassian.confluence.plugins.restapi.resources.ContentWatcherResource

@Path("/content/{contentId}/watchers") @Consumes("application/json") @Produces("application/json") public final class ContentWatcherResource extends Object
Since:
8.9.0
  • Constructor Details

    • ContentWatcherResource

      @Inject public ContentWatcherResource(WatchService watchService)
  • Method Details

    • index

      @GET public RestList<User> index(@Context javax.ws.rs.core.UriInfo uriInfo, @PathParam("contentId") ContentId contentId, @QueryParam("start") int start, @QueryParam("limit") @DefaultValue("25") int limit)