Skip to main content

API calls for Atlassian Confluence

The Atlassian Confluence connector makes API calls to Confluence to retrieve data.

Users

The call uses the GET operation to retrieve all users in your Confluence instance.

URI: /wiki/rest/api/search/user

For more information, see Confluence API docs .

Audit records

The call uses the GET operation to retrieve all events recorded in the audit log.

URI: /wiki/rest/api/audit

For more information, see Confluence API docs .

Content

The call uses the GET operation to retrieve a list of content changes using the Confluence Query Language (CQL).

URI: /wiki/rest/api/content/search

For more information, see Confluence API docs .