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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
SpaceWatcherResource
-
-
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)
-