Atlassian Confluence Cloud

Number of APIs: 141

This document describes the REST API and resources provided by Confluence. The REST APIs are for developers who want to integrate Confluence into their application and for administrators who want to script interactions with the Confluence server.Confluence's REST APIs provide access to resources (data entities) via URI paths. To use a REST API, your application will make an HTTP request and parse the response. The response format is JSON. Your methods will be the standard HTTP methods like GET, PUT, POST and DELETE. Because the REST API is based on open standards, you can use any web development language to access the API.

  1. api-audit-retention - Get retention period GET {{baseUrl}}/api/audit/retention

  2. api-audit-retention - Set retention period PUT {{baseUrl}}/api/audit/retention

  3. api-audit - Get audit records GET {{baseUrl}}/api/audit?startDate=<string>&endDate=<string>&searchString=<string>&start=0&limit=1000

  4. api-audit - Create audit record POST {{baseUrl}}/api/audit

  5. api-audit - Export audit records GET {{baseUrl}}/api/audit/export?startDate=<string>&endDate=<string>&searchString=<string>&format=csv

  6. api-audit - Get audit records for time period GET {{baseUrl}}/api/audit/since?number=3&units=MONTHS&searchString=<string>&start=0&limit=1000

  7. api-content-blueprint/instance/{draft Id} - Publish legacy draft POST {{baseUrl}}/api/content/blueprint/instance/:draftId?status=draft&expand=<string>&expand=<string>

  8. api-content-blueprint/instance/{draft Id} - Publish shared draft PUT {{baseUrl}}/api/content/blueprint/instance/:draftId?status=draft&expand=<string>&expand=<string>

  9. api-content-{id}-child-attachment-{attachment Id} - Update attachment properties PUT {{baseUrl}}/api/content/:id/child/attachment/:attachmentId

  10. api-content-{id}-child-attachment-{attachment Id} - Update attachment data POST {{baseUrl}}/api/content/:id/child/attachment/:attachmentId/data