Confluence Questions REST ResourcesPUBLIC SINCE 2.3

by Atlassian for Confluence Server 5.3+

SpaceResource

The following resources are applicable:

/space/{spaceKey}/watch

Mount Point: /rest/questions/1.0/space/{spaceKey}/watch

The following operations are supported on this resource:

GET

Get watchers in a space

Parameters

name description type default
spaceKey the space key path
limit (no documentation provided) query 12

Response Body

element: (custom)
media types: application/json

200 OK on success or 401 UNAUTHORIZED if the user did not log in or 404 NOT FOUND if the space is not found

POST

Watch a topic in a space

Parameters

name description type default
spaceKey the space key path

Response Body

element: (custom)
media types: application/json

200 OK on success or 401 UNAUTHORIZED if the user did not log in or 404 NOT FOUND if the space is not found

DELETE

Unwatch a topic in a space

Parameters

name description type default
spaceKey the space key path

Response Body

element: (custom)
media types: application/json

200 OK on success. Otherwise, 401 UNAUTHORIZED if the user did not log in or 404 NOT FOUND if the space is not found