Confluence REST Scopes
For more information about the Confluence REST APIs, please consult the documentation on developer.atlassian.com
and check out the Product API Browser.
The required scope for your add-on depends on how you interact with the resources that are exposed by the REST API.
The table below shows the required scope for GET, POST, PUT and DELETE operations on a resource path. REST resources
are versioned by a path segment that varies with the version. The supported versions are listed below the path.Some APIs below are marked as Private. As opposed to public APIs, private APIs are not following the principles described in the REST API Policy. While
we strive to keep private APIs backward-compatible, we cannot guarantee compatibility. Private APIs can also be replaced
by new public APIs and may become deprecated over time.Example
| Path | | GET | POST | PUT | DELETE |
|---|
/rest/atlassian-connect/{version}/license1latest | | READ | N/A | N/A | N/A |
The example above means that a GET operation on/rest/atlassian-connect/1/license/rest/atlassian-connect/latest/license
will require your add-on to declare the READ scope.
The example also shows that this specific resource only supports GET, but no other HTTP verbs.Resources and their Associated Scopes
| Path | | GET | POST | PUT | DELETE |
|---|
/download/attachments/.* | | READ | N/A | N/A | N/A |
/download/temp/.* | | READ | N/A | N/A | N/A |
/rest/api/content | | READ | WRITE | WRITE | DELETE |
/rest/api/contentbody | | N/A | READ | N/A | N/A |
/rest/api/space | | READ | N/A | N/A | N/A |
/rest/applinks/{version}/entities1.02.0latest | Private | READ | N/A | N/A | N/A |
/rest/applinks/{version}/entitylink1.02.0latest | Private | ADMIN | ADMIN | ADMIN | ADMIN |
/rest/applinks/{version}/entitylink/primary1.02.0latest | Private | ADMIN | ADMIN | ADMIN | ADMIN |
/rest/applinks/{version}/manifest1.02.0latest | Private | ADMIN | ADMIN | ADMIN | ADMIN |
/rest/applinks/{version}/type/entity1.02.0latest | Private | ADMIN | ADMIN | ADMIN | ADMIN |
/rest/atlassian-connect/{version}/license1latest | | READ | N/A | N/A | N/A |
/rest/create-dialog/{version}/spaces1.0latest | Private | READ | N/A | N/A | N/A |
/rest/mywork/{version}/action1latest | Private | N/A | WRITE | N/A | N/A |
/rest/mywork/{version}/notification1latest | Private | READ | WRITE | WRITE | DELETE |
/rest/mywork/{version}/status1latest | Private | READ | N/A | N/A | N/A |
/rest/mywork/{version}/task1latest | Private | READ | WRITE | WRITE | DELETE |
/rest/prototype/{version}/attachment1latest | Private | READ | N/A | N/A | N/A |
/rest/prototype/{version}/breadcrumb1latest | Private | READ | N/A | N/A | N/A |
/rest/prototype/{version}/buildInfo1latest | Private | READ | N/A | N/A | N/A |
/rest/prototype/{version}/content1latest | Private | READ | WRITE | N/A | DELETE |
/rest/prototype/{version}/label1latest | Private | READ | WRITE | N/A | DELETE |
/rest/prototype/{version}/search1latest | Private | READ | N/A | N/A | N/A |
/rest/prototype/{version}/space1latest | Private | READ | N/A | N/A | N/A |
/rest/prototype/{version}/user1latest | Private | READ | N/A | N/A | N/A |
/rest/searchv3/{version}/search11.0latest | Private | READ | N/A | N/A | N/A |