Class SpaceWatcherResource

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

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

    • SpaceWatcherResource

      @Inject public SpaceWatcherResource(WatchService watchService)
  • Method Details

    • index

      @GET public PageResponse<User> index(@Context jakarta.ws.rs.core.UriInfo uriInfo, @PathParam("spaceKey") String spaceKey, @QueryParam("start") int start, @QueryParam("limit") @DefaultValue("25") int limit)