
Confluence API Integration Profile
Information and guides about integrating with Confluence API
Add Confluence Integration to Your Product- Get Markdown from Page or Blog
Get markdown content of a Page or Blog using its globalId
- Get attachments
Returns all attachments. The number of results is limited by the
limit
parameter and additional results (if available) will be available through thenext
URL present in theLink
response header.Permissions required: Permission to view the container of the attachment.
- Get attachment by id
Returns a specific attachment.
Permissions required: Permission to view the attachment's container.
- Delete attachment
Delete an attachment by id.
Deleting an attachment moves the attachment to the trash, where it can be restored later. To permanently delete an attachment (or "purge" it), the endpoint must be called on a trashed attachment with the following param
purge=true
.Permissions required: Permission to view the container of the attachment. Permission to delete attachments in the space. Permission to administer the space (if attempting to purge).
- Get labels for attachment
Returns the labels of specific attachment. The number of results is limited by the
limit
parameter and additional results (if available) will be available through thenext
URL present in theLink
response header.Permissions required: Permission to view the parent content of the attachment and its corresponding space.
- Get permitted operations for attachment
Returns the permitted operations on specific attachment.
Permissions required: Permission to view the parent content of the attachment and its corresponding space.
- Get content properties for attachment
Retrieves all Content Properties tied to a specified attachment.
Permissions required: Permission to view the attachment.
- Create content property for attachment
Creates a new content property for an attachment.
Permissions required: Permission to update the attachment.
- Get content property for attachment by id
Retrieves a specific Content Property by ID that is attached to a specified attachment.
Permissions required: Permission to view the attachment.
- Update content property for attachment by id
Update a content property for attachment by its id.
Permissions required: Permission to edit the attachment.