Confluence
Learn how to use Confluence with Composio
Overview
Enum
CONFLUENCE
Description
A tool for team collaboration and knowledge management.
Authentication Details
OAUTH2
Actions
CONFLUENCE_CREATE_BLOG_POST
Creates a new blog post in the space specified by the spaceid. by default this will create the blog post as a non-draft, unless the status is specified as draft. if creating a non-draft, the title must not be empty. currently only supports the storage representation specified in the body.representation enums below
Action Parameters
Action Response
CONFLUENCE_DELETE_CONTENT_PROPERTY_FOR_COMMENT_BY_ID
Deletes a content property for a comment by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the comment.
Action Parameters
Action Response
CONFLUENCE_GET_LIKE_COUNT_FOR_BLOG_POST
Returns the count of likes of specific blog post. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the blog post and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_RESET_BLOG_POST_CLASSIFICATION_LEVEL
Resets the classification level for a specific blog post for the space default classification level. [permissions](https://confluence.atlassian.com/x/ aozkw) required: ‘permission to access the confluence site (‘can use’ global permission) and permission to view the blog post.
Action Parameters
Action Response
CONFLUENCE_UPDATE_BLOG_POST
Update a blog post by id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the blog post and its corresponding space. permission to update blog posts in the space.
Action Parameters
Action Response
CONFLUENCE_CREATE_CONTENT_PROPERTY_FOR_ATTACHMENT
Creates a new content property for an attachment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to update the attachment.
Action Parameters
Action Response
CONFLUENCE_GET_AVAILABLE_SPACE_PERMISSIONS
Retrieves the available space permissions. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site.
Action Parameters
Action Response
CONFLUENCE_GET_CONTENT_PROPERTY_FOR_PAGE_BY_ID
Retrieves a specific content property by id that is attached to a specified page. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the page.
Action Parameters
Action Response
CONFLUENCE_UPDATE_CONTENT_PROPERTY_FOR_FOLDER_BY_ID
Update a content property for a folder by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the folder.
Action Parameters
Action Response
CONFLUENCE_GET_LABELS_FOR_SPACE_CONTENT
Returns the labels of space content (pages, blogposts etc). the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the space. only labels that the user has permission to view will be returned.
Action Parameters
Action Response
CONFLUENCE_RESET_DATABASE_CLASSIFICATION_LEVEL
Resets the classification level for a specific database for the space default classification level. [permissions](https://confluence.atlassian.com/x/ aozkw) required: ‘permission to access the confluence site (‘can use’ global permission) and permission to view the database.
Action Parameters
Action Response
CONFLUENCE_GET_ATTACHMENTS_FOR_CUSTOM_CONTENT
Returns the attachments of specific custom content. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the custom content and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_DELETE_WHITEBOARD
Delete a whiteboard by id. deleting a whiteboard moves the whiteboard to the trash, where it can be restored later [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the whiteboard and its corresponding space. permission to delete whiteboards in the space.
Action Parameters
Action Response
CONFLUENCE_GET_CONTENT_PROPERTIES_FOR_FOLDER
Retrieves content properties tied to a specified folder. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the folder.
Action Parameters
Action Response
CONFLUENCE_GET_ATTACHMENT_COMMENTS
Returns the comments of the specific attachment. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the attachment and its corresponding containers.
Action Parameters
Action Response
CONFLUENCE_GET_PERMITTED_OPERATIONS_FOR_SPACE
Returns the permitted operations on specific space. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_ALL_ANCESTORS_OF_WHITEBOARD
Returns all ancestors for a given whiteboard by id in top-to-bottom order (that is, the highest ancestor is the first item in the response payload). the number of results is limited by the limit
parameter and additional results (if available) will be available by calling this endpoint with the id of first ancestor in the response payload. this endpoint returns minimal information about each ancestor. to fetch more details, use a related endpoint, such as get whiteboard by id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission). permission to view the whiteboard and its corresponding space
Action Parameters
Action Response
CONFLUENCE_GET_CUSTOM_CONTENT_BY_ID
Returns a specific piece of custom content. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the custom content, the container of the custom content, and the corresponding space (if different from the container).
Action Parameters
Action Response
CONFLUENCE_GET_ATTACHMENT_BY_ID
Returns a specific attachment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the attachment’s container.
Action Parameters
Action Response
CONFLUENCE_GET_VERSION_DETAILS_FOR_ATTACHMENT_VERSION
Retrieves version details for the specified attachment and version number. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the attachment.
Action Parameters
Action Response
CONFLUENCE_CREATE_CONTENT_PROPERTY_FOR_CUSTOM_CONTENT
Creates a new content property for a piece of custom content. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to update the custom content.
Action Parameters
Action Response
CONFLUENCE_GET_INLINE_COMMENTS_FOR_BLOG_POST
Returns the root inline comments of specific blog post. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the blog post and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_UPDATE_CUSTOM_CONTENT
Update a custom content by id. spaceid
is always required and maximum one of pageid
, blogpostid
, or customcontentid
is allowed in the request body. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page or blogpost and its corresponding space. permission to update custom content in the space.
Action Parameters
Action Response
CONFLUENCE_DELETE_CONTENT_PROPERTY_FOR_BLOGPOST_BY_ID
Deletes a content property for a blogpost by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the blog post.
Action Parameters
Action Response
CONFLUENCE_GET_SPACE_PROPERTY_BY_ID
Retrieve a space property by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission) and ‘view’ permission for the space.
Action Parameters
Action Response
CONFLUENCE_GET_DATABASE_CLASSIFICATION_LEVEL
Returns the classification level for a specific database. [permissions](https://confluence.atlassian.com/x/ aozkw) required: ‘permission to access the confluence site (‘can use’ global permission) and permission to view the database.
Action Parameters
Action Response
CONFLUENCE_GET_CONTENT_PROPERTY_FOR_CUSTOM_CONTENT_BY_ID
Retrieves a specific content property by id that is attached to a specified custom content. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the page.
Action Parameters
Action Response
CONFLUENCE_CREATE_CONTENT_PROPERTY_FOR_SMART_LINK_IN_THE_CONTENT_TREE
Creates a new content property for a smart link in the content tree. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to update the smart link in the content tree.
Action Parameters
Action Response
CONFLUENCE_GET_CHILD_PAGES
Returns all child pages for given page id. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission). only pages that the user has permission to view will be returned.
Action Parameters
Action Response
CONFLUENCE_CREATE_WHITEBOARD
Creates a whiteboard in the space. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the corresponding space. permission to create a whiteboard in the space.
Action Parameters
Action Response
CONFLUENCE_GET_PERMITTED_OPERATIONS_FOR_A_DATABASE
Returns the permitted operations on specific database. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the database and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_CONTENT_PROPERTIES_FOR_ATTACHMENT
Retrieves all content properties tied to a specified attachment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the attachment.
Action Parameters
Action Response
CONFLUENCE_CREATE_SMART_LINK_IN_THE_CONTENT_TREE
Creates a smart link in the content tree in the space. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the corresponding space. permission to create a smart link in the content tree in the space.
Action Parameters
Action Response
CONFLUENCE_UPDATE_CONTENT_PROPERTY_FOR_CUSTOM_CONTENT_BY_ID
Update a content property for a piece of custom content by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the custom content.
Action Parameters
Action Response
CONFLUENCE_GET_CONTENT_PROPERTIES_FOR_BLOG_POST
Retrieves all content properties tied to a specified blog post. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the blog post.
Action Parameters
Action Response
CONFLUENCE_GET_CUSTOM_CONTENT_COMMENTS
Returns the comments of the specific custom content. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the custom content and its corresponding containers.
Action Parameters
Action Response
CONFLUENCE_GET_PERMITTED_OPERATIONS_FOR_ATTACHMENT
Returns the permitted operations on specific attachment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the parent content of the attachment and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_CONTENT_PROPERTY_FOR_ATTACHMENT_BY_ID
Retrieves a specific content property by id that is attached to a specified attachment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the attachment.
Action Parameters
Action Response
CONFLUENCE_CREATE_SPACE_PROPERTY_IN_SPACE
Creates a new space property. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission) and ‘admin’ permission for the space.
Action Parameters
Action Response
CONFLUENCE_GET_CUSTOM_CONTENT_BY_TYPE_IN_SPACE
Returns all custom content for a given type within a given space. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the custom content and the corresponding space.
Action Parameters
Action Response
CONFLUENCE_UPDATE_CONTENT_PROPERTY_FOR_WHITEBOARD_BY_ID
Update a content property for a whiteboard by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the whiteboard.
Action Parameters
Action Response
CONFLUENCE_GET_CONTENT_PROPERTY_FOR_SMART_LINK_IN_THE_CONTENT_TREE_BY_ID
Retrieves a specific content property by id that is attached to a specified smart link in the content tree. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the smart link in the content tree.
Action Parameters
Action Response
CONFLUENCE_GET_CHILD_CUSTOM_CONTENT
Returns all child custom content for given custom content id. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission). only custom content that the user has permission to view will be returned.
Action Parameters
Action Response
CONFLUENCE_GET_SPACE_PROPERTIES_IN_SPACE
Returns all properties for the given space. space properties are a key-value storage associated with a space. the limit parameter specifies the maximum number of results returned in a single response. use the link
response header to paginate through additional results. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission) and ‘view’ permission for the space.
Action Parameters
Action Response
CONFLUENCE_GET_CONTENT_PROPERTY_FOR_FOLDER_BY_ID
Retrieves a specific content property by id that is attached to a specified folder. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the folder.
Action Parameters
Action Response
CONFLUENCE_CREATE_CONTENT_PROPERTY_FOR_WHITEBOARD
Creates a new content property for a whiteboard. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to update the whiteboard.
Action Parameters
Action Response
CONFLUENCE_DELETE_CONTENT_PROPERTY_FOR_WHITEBOARD_BY_ID
Deletes a content property for a whiteboard by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the whiteboard.
Action Parameters
Action Response
CONFLUENCE_GET_ALL_ANCESTORS_OF_PAGE
Returns all ancestors for a given page by id in top-to-bottom order (that is, the highest ancestor is the first item in the response payload). the number of results is limited by the limit
parameter and additional results (if available) will be available by calling this endpoint with the id of first ancestor in the response payload. this endpoint returns minimal information about each ancestor. to fetch more details, use a related endpoint, such as get page by id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission).
Action Parameters
Action Response
CONFLUENCE_CREATE_CONTENT_PROPERTY_FOR_FOLDER
Creates a new content property for a folder. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to update the folder.
Action Parameters
Action Response
CONFLUENCE_GET_CONTENT_PROPERTY_FOR_COMMENT_BY_ID
Retrieves a specific content property by id that is attached to a specified comment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the comment.
Action Parameters
Action Response
CONFLUENCE_SEARCH_CONTENT
Searches for content using the confluence query language (cql).
Action Parameters
Action Response
CONFLUENCE_GET_ATTACHMENTS_FOR_LABEL
Returns the attachments of specified label. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the attachment and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_INLINE_COMMENT_VERSIONS
Retrieves the versions of the specified inline comment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page or blog post and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_CONTENT_PROPERTIES_FOR_SMART_LINK_IN_THE_CONTENT_TREE
Retrieves content properties tied to a specified smart link in the content tree. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the smart link in the content tree.
Action Parameters
Action Response
CONFLUENCE_DELETE_DATABASE
Delete a database by id. deleting a database moves the database to the trash, where it can be restored later [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the database and its corresponding space. permission to delete databases in the space.
Action Parameters
Action Response
CONFLUENCE_GET_CONTENT_PROPERTIES_FOR_WHITEBOARD
Retrieves content properties tied to a specified whiteboard. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the whiteboard.
Action Parameters
Action Response
CONFLUENCE_GET_ALL_ANCESTORS_OF_FOLDER
Returns all ancestors for a given folder by id in top-to-bottom order (that is, the highest ancestor is the first item in the response payload). the number of results is limited by the limit
parameter and additional results (if available) will be available by calling this endpoint with the id of first ancestor in the response payload. this endpoint returns minimal information about each ancestor. to fetch more details, use a related endpoint, such as get folder by id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission). permission to view the folder and its corresponding space
Action Parameters
Action Response
CONFLUENCE_GET_WHITEBOARD_CLASSIFICATION_LEVEL
Returns the classification level for a specific whiteboard. [permissions](https://confluence.atlassian.com/x/ aozkw) required: ‘permission to access the confluence site (‘can use’ global permission) and permission to view the whiteboard.
Action Parameters
Action Response
CONFLUENCE_GET_LABELS_FOR_CUSTOM_CONTENT
Returns the labels for a specific piece of custom content. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the custom content and its corresponding space. only labels that the user has permission to view will be returned.
Action Parameters
Action Response
CONFLUENCE_GET_TASK_BY_ID
Returns a specific task. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the containing page or blog post and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_CREATE_CONTENT_PROPERTY_FOR_BLOG_POST
Creates a new property for a blogpost. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to update the blog post.
Action Parameters
Action Response
CONFLUENCE_CONVERT_CONTENT_IDS_TO_CONTENT_TYPES
Converts a list of content ids into their associated content types. this is useful for users migrating from v1 to v2 who may have stored just content ids without their associated type. this will return types as they should be used in v2. notably, this will return inline-comment
for inline comments and footer-comment
for footer comments, which is distinct from them both being represented by comment
in v1. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the requested content. any content that the user does not have permission to view or does not exist will map to null
in the response.
Action Parameters
Action Response
CONFLUENCE_GET_PAGE_CLASSIFICATION_LEVEL
Returns the classification level for a specific page. [permissions](https://confluence.atlassian.com/x/ aozkw) required: ‘permission to access the confluence site (‘can use’ global permission) and permission to view the page. ‘permission to edit the page is required if trying to view classification level for a draft.
Action Parameters
Action Response
CONFLUENCE_DELETE_CONTENT_PROPERTY_FOR_PAGE_BY_ID
Deletes a content property for a page by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the page.
Action Parameters
Action Response
CONFLUENCE_GET_SPACE_BY_ID
Returns a specific space. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the space.
Action Parameters
Action Response
CONFLUENCE_GET_WHITEBOARD_BY_ID
Returns a specific whiteboard. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the whiteboard and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_CREATE_INLINE_COMMENT
Create an inline comment. this can be at the top level (specifying pageid or blogpostid in the request body) or as a reply (specifying parentcommentid in the request body). note the inlinecommentproperties object in the request body is used to select the text the inline comment should be tied to. this is what determines the text highlighting when viewing a page in confluence. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page or blogpost and its corresponding space. permission to create comments in the space.
Action Parameters
Action Response
CONFLUENCE_DELETE_FOLDER
Delete a folder by id. deleting a folder moves the folder to the trash, where it can be restored later [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the folder and its corresponding space. permission to delete folders in the space.
Action Parameters
Action Response
CONFLUENCE_GET_ACCOUNT_IDS_OF_LIKES_FOR_PAGE
Returns the account ids of likes of specific page. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_CONTENT_PROPERTY_FOR_DATABASE_BY_ID
Retrieves a specific content property by id that is attached to a specified database. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the database.
Action Parameters
Action Response
CONFLUENCE_GET_TASKS
Returns all tasks. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission). only tasks that the user has permission to view will be returned.
Action Parameters
Action Response
CONFLUENCE_GET_SMART_LINK_IN_THE_CONTENT_TREE_BY_ID
Returns a specific smart link in the content tree. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the smart link in the content tree and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_CUSTOM_CONTENT_BY_TYPE
Returns all custom content for a given type. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the custom content, the container of the custom content, and the corresponding space (if different from the container).
Action Parameters
Action Response
CONFLUENCE_GET_CUSTOM_CONTENT_VERSIONS
Returns the versions of specific custom content. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the custom content and its corresponding page and space.
Action Parameters
Action Response
CONFLUENCE_GET_CONTENT_PROPERTIES_FOR_CUSTOM_CONTENT
Retrieves content properties tied to a specified custom content. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the custom content.
Action Parameters
Action Response
CONFLUENCE_UPDATE_INLINE_COMMENT
Update an inline comment. this can be used to update the body text of a comment and/or to resolve the comment [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page or blogpost and its corresponding space. permission to create comments in the space.
Action Parameters
Action Response
CONFLUENCE_UPDATE_CONTENT_PROPERTY_FOR_COMMENT_BY_ID
Update a content property for a comment by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the comment.
Action Parameters
Action Response
CONFLUENCE_UPDATE_CONTENT_PROPERTY_FOR_PAGE_BY_ID
Update a content property for a page by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the page.
Action Parameters
Action Response
CONFLUENCE_GET_PERMITTED_OPERATIONS_FOR_BLOG_POST
Returns the permitted operations on specific blog post. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the parent content of the blog post and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_CONTENT_PROPERTIES_FOR_DATABASE
Retrieves content properties tied to a specified database. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the database.
Action Parameters
Action Response
CONFLUENCE_GET_SPACES
Returns all spaces. the results will be sorted by id ascending. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission). only spaces that the user has permission to view will be returned.
Action Parameters
Action Response
CONFLUENCE_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](https://confluence.atlassian.com/x/ aozkw) 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).
Action Parameters
Action Response
CONFLUENCE_GET_CONTENT_PROPERTY_FOR_WHITEBOARD_BY_ID
Retrieves a specific content property by id that is attached to a specified whiteboard. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the whiteboard.
Action Parameters
Action Response
CONFLUENCE_DELETE_INLINE_COMMENT
Deletes an inline comment. this is a permanent deletion and cannot be reverted. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page or blogpost and its corresponding space. permission to delete comments in the space.
Action Parameters
Action Response
CONFLUENCE_CREATE_CONTENT_PROPERTY_FOR_DATABASE
Creates a new content property for a database. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to update the database.
Action Parameters
Action Response
CONFLUENCE_GET_VERSION_DETAILS_FOR_CUSTOM_CONTENT_VERSION
Retrieves version details for the specified custom content and version number. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the page.
Action Parameters
Action Response
CONFLUENCE_GET_VERSION_DETAILS_FOR_PAGE_VERSION
Retrieves version details for the specified page and version number. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the page.
Action Parameters
Action Response
CONFLUENCE_GET_PERMITTED_OPERATIONS_FOR_INLINE_COMMENT
Returns the permitted operations on specific inline comment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the parent content of the inline comment and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_AVAILABLE_SPACE_ROLES
Retrieves the available space roles. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site; if requesting a certain space’s roles, permission to view the space.
Action Parameters
Action Response
CONFLUENCE_GET_LABELS
Returns all labels. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission). only labels that the user has permission to view will be returned.
Action Parameters
Action Response
CONFLUENCE_GET_PERMITTED_OPERATIONS_FOR_A_SMART_LINK_IN_THE_CONTENT_TREE
Returns the permitted operations on specific smart link in the content tree. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the smart link in the content tree and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_UPDATE_CONTENT_PROPERTY_FOR_DATABASE_BY_ID
Update a content property for a database by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the database.
Action Parameters
Action Response
CONFLUENCE_UPDATE_TASK
Update a task by id. this endpoint currently only supports updating task status. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the containing page or blog post and view its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_LABELS_FOR_PAGE
Returns the labels of specific page. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page and its corresponding space. only labels that the user has permission to view will be returned.
Action Parameters
Action Response
CONFLUENCE_GET_ACCOUNT_IDS_OF_LIKES_FOR_INLINE_COMMENT
Returns the account ids of likes of specific inline comment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page/blogpost and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_DELETE_CONTENT_PROPERTY_FOR_CUSTOM_CONTENT_BY_ID
Deletes a content property for a piece of custom content by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the custom content.
Action Parameters
Action Response
CONFLUENCE_GET_VERSION_DETAILS_FOR_BLOG_POST_VERSION
Retrieves version details for the specified blog post and version number. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the blog post.
Action Parameters
Action Response
CONFLUENCE_GET_SPACES_WITH_DATA_POLICIES
Returns all spaces. the results will be sorted by id ascending. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: only apps can make this request. permission to access the confluence site (‘can use’ global permission). only spaces that the app has permission to view will be returned.
Action Parameters
Action Response
CONFLUENCE_GET_FOLDER_BY_ID
Returns a specific folder. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the folder and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_BLOG_POSTS
Returns all blog posts. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission). only blog posts that the user has permission to view will be returned.
Action Parameters
Action Response
CONFLUENCE_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 the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the parent content of the attachment and its corresponding space. only labels that the user has permission to view will be returned.
Action Parameters
Action Response
CONFLUENCE_GET_DATABASE_BY_ID
Returns a specific database. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the database and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_PAGES_FOR_LABEL
Returns the pages of specified label. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_SPACE_DEFAULT_CLASSIFICATION_LEVEL
Returns the default classification level for a specific space. [permissions](https://confluence.atlassian.com/x/ aozkw) required: ‘permission to access the confluence site (‘can use’ global permission) and permission to view the space.
Action Parameters
Action Response
CONFLUENCE_DELETE_CONTENT_PROPERTY_FOR_FOLDER_BY_ID
Deletes a content property for a folder by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the folder.
Action Parameters
Action Response
CONFLUENCE_GET_CUSTOM_CONTENT_BY_TYPE_IN_PAGE
Returns all custom content for a given type within a given page. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the custom content, the container of the custom content (page), and the corresponding space.
Action Parameters
Action Response
CONFLUENCE_DELETE_BLOG_POST
Delete a blog post by id. by default this will delete blog posts that are non-drafts. to delete a blog post that is a draft, the endpoint must be called on a draft with the following param draft=true
. discarded drafts are not sent to the trash and are permanently deleted. deleting a blog post that is not a draft moves the blog post to the trash, where it can be restored later. to permanently delete a blog post (or “purge” it), the endpoint must be called on a trashed blog post with the following param purge=true
. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the blog post and its corresponding space. permission to delete blog posts in the space. permission to administer the space (if attempting to purge).
Action Parameters
Action Response
CONFLUENCE_GET_INLINE_COMMENTS_FOR_PAGE
Returns the root inline comments of specific page. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_VERSION_DETAILS_FOR_INLINE_COMMENT_VERSION
Retrieves version details for the specified inline comment version. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page or blog post and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_UPDATE_PAGE
Update a page by id. when the “current” version is updated, the provided body content is considered as the latest version. this latest body content will be attempted to be merged into the draft version through a content reconciliation algorithm. if two versions are significantly diverged, the latest provided content may entirely override what was previously in the draft. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the page and its corresponding space. permission to update pages in the space.
Action Parameters
Action Response
CONFLUENCE_GET_BLOG_POST_VERSIONS
Returns the versions of specific blog post. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the blog post and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_PERMITTED_OPERATIONS_FOR_PAGE
Returns the permitted operations on specific page. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the parent content of the page and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_INVITE_A_LIST_OF_EMAILS_TO_THE_SITE
Invite a list of emails to the site. ignores all invalid emails and no action is taken for the emails that already have access to the site. note: this api is asynchronous and may take some time to complete. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission).
Action Parameters
Action Response
CONFLUENCE_GET_ACCOUNT_IDS_OF_LIKES_FOR_BLOG_POST
Returns the account ids of likes of specific blog post. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the blog post and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_ATTACHMENTS_FOR_BLOG_POST
Returns the attachments of specific blog post. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the blog post and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_BLOG_POSTS_IN_SPACE
Returns all blog posts in a space. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission) and view the space. only blog posts that the user has permission to view will be returned.
Action Parameters
Action Response
CONFLUENCE_UPDATE_BLOG_POST_CLASSIFICATION_LEVEL
Updates the classification level for a specific blog post. [permissions](https://confluence.atlassian.com/x/ aozkw) required: ‘permission to access the confluence site (‘can use’ global permission) and permission to edit the blog post.
Action Parameters
Action Response
CONFLUENCE_DELETE_CONTENT_PROPERTY_FOR_ATTACHMENT_BY_ID
Deletes a content property for an attachment by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to attachment the page.
Action Parameters
Action Response
CONFLUENCE_GET_LIKE_COUNT_FOR_PAGE
Returns the count of likes of specific page. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_ATTACHMENTS
Returns all attachments. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the container of the attachment.
Action Parameters
Action Response
CONFLUENCE_GET_INLINE_COMMENTS
Returns all inline comments. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_INLINE_COMMENT_BY_ID
Retrieves an inline comment by id [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page or blogpost and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_PAGES
Returns all pages. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission). only pages that the user has permission to view will be returned.
Action Parameters
Action Response
CONFLUENCE_DELETE_CONTENT_PROPERTY_FOR_SMART_LINK_IN_THE_CONTENT_TREE_BY_ID
Deletes a content property for a smart link in the content tree by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the smart link in the content tree.
Action Parameters
Action Response
CONFLUENCE_GET_CUSTOM_CONTENT_BY_TYPE_IN_BLOG_POST
Returns all custom content for a given type within a given blogpost. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the custom content, the container of the custom content (blog post), and the corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_BLOG_POSTS_FOR_LABEL
Returns the blogposts of specified label. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_DELETE_SMART_LINK_IN_THE_CONTENT_TREE
Delete a smart link in the content tree by id. deleting a smart link in the content tree moves the smart link to the trash, where it can be restored later [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the smart link in the content tree and its corresponding space. permission to delete smart links in the content tree in the space.
Action Parameters
Action Response
CONFLUENCE_DELETE_CONTENT_PROPERTY_FOR_DATABASE_BY_ID
Deletes a content property for a database by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the database.
Action Parameters
Action Response
CONFLUENCE_DELETE_CUSTOM_CONTENT
Delete a custom content by id. deleting a custom content will either move it to the trash or permanently delete it (purge it), depending on the apisupport. to permanently delete a trashed custom content, the endpoint must be called with the following param purge=true
. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page or blogpost and its corresponding space. permission to delete custom content in the space. permission to administer the space (if attempting to purge).
Action Parameters
Action Response
CONFLUENCE_GET_LIKE_COUNT_FOR_INLINE_COMMENT
Returns the count of likes of specific inline comment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page/blogpost and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_DELETE_SPACE_DEFAULT_CLASSIFICATION_LEVEL
Returns the default classification level for a specific space. [permissions](https://confluence.atlassian.com/x/ aozkw) required: ‘permission to access the confluence site (‘can use’ global permission) and ‘admin’ permission for the space.
Action Parameters
Action Response
CONFLUENCE_UPDATE_CONTENT_PROPERTY_FOR_ATTACHMENT_BY_ID
Update a content property for attachment by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the attachment.
Action Parameters
Action Response
CONFLUENCE_GET_SPACE_ROLE_ASSIGNMENTS
Retrieves the space role assignments. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the space.
Action Parameters
Action Response
CONFLUENCE_GET_CONTENT_PROPERTIES_FOR_PAGE
Retrieves content properties tied to a specified page. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the page.
Action Parameters
Action Response
CONFLUENCE_UPDATE_CONTENT_PROPERTY_FOR_SMART_LINK_IN_THE_CONTENT_TREE_BY_ID
Update a content property for a smart link in the content tree by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the smart link in the content tree.
Action Parameters
Action Response
CONFLUENCE_GET_BLOG_POST_CLASSIFICATION_LEVEL
Returns the classification level for a specific blog post. [permissions](https://confluence.atlassian.com/x/ aozkw) required: ‘permission to access the confluence site (‘can use’ global permission) and permission to view the blog post. ‘permission to edit the blog post is required if trying to view classification level for a draft.
Action Parameters
Action Response
CONFLUENCE_CREATE_DATABASE
Creates a database in the space. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the corresponding space. permission to create a database in the space.
Action Parameters
Action Response
CONFLUENCE_GET_PAGES_IN_SPACE
Returns all pages in a space. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission) and ‘view’ permission for the space. only pages that the user has permission to view will be returned.
Action Parameters
Action Response
CONFLUENCE_UPDATE_WHITEBOARD_CLASSIFICATION_LEVEL
Updates the classification level for a specific whiteboard. [permissions](https://confluence.atlassian.com/x/ aozkw) required: ‘permission to access the confluence site (‘can use’ global permission) and permission to edit the whiteboard.
Action Parameters
Action Response
CONFLUENCE_GET_PERMITTED_OPERATIONS_FOR_A_WHITEBOARD
Returns the permitted operations on specific whiteboard. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the whiteboard and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_CHILDREN_INLINE_COMMENTS
Returns the children inline comments of specific comment. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_DATA_POLICY_METADATA_FOR_THE_WORKSPACE
Returns data policy metadata for the workspace. permissions required: only apps can make this request. permission to access the confluence site (‘can use’ global permission).
Action Parameters
Action Response
CONFLUENCE_UPDATE_SPACE_PROPERTY_BY_ID
Update a space property by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission) and ‘admin’ permission for the space.
Action Parameters
Action Response
CONFLUENCE_GET_SPACE_PERMISSIONS_ASSIGNMENTS
Returns space permission assignments for a specific space. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the space.
Action Parameters
Action Response
CONFLUENCE_CREATE_CONTENT_PROPERTY_FOR_COMMENT
Creates a new content property for a comment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to update the comment.
Action Parameters
Action Response
CONFLUENCE_CREATE_CUSTOM_CONTENT
Creates a new custom content in the given space, page, blogpost or other custom content. only one of spaceid
, pageid
, blogpostid
, or customcontentid
is required in the request body. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page or blogpost and its corresponding space. permission to create custom content in the space.
Action Parameters
Action Response
CONFLUENCE_GET_ATTACHMENTS_FOR_PAGE
Returns the attachments of specific page. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the page and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_DELETE_PAGE
Delete a page by id. by default this will delete pages that are non-drafts. to delete a page that is a draft, the endpoint must be called on a draft with the following param draft=true
. discarded drafts are not sent to the trash and are permanently deleted. deleting a page moves the page to the trash, where it can be restored later. to permanently delete a page (or “purge” it), the endpoint must be called on a trashed page with the following param purge=true
. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the page and its corresponding space. permission to delete pages in the space. permission to administer the space (if attempting to purge).
Action Parameters
Action Response
CONFLUENCE_GET_PERMITTED_OPERATIONS_FOR_A_FOLDER
Returns the permitted operations on specific folder. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the folder and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_UPDATE_PAGE_CLASSIFICATION_LEVEL
Updates the classification level for a specific page. [permissions](https://confluence.atlassian.com/x/ aozkw) required: ‘permission to access the confluence site (‘can use’ global permission) and permission to edit the page.
Action Parameters
Action Response
CONFLUENCE_RESET_WHITEBOARD_CLASSIFICATION_LEVEL
Resets the classification level for a specific whiteboard for the space default classification level. [permissions](https://confluence.atlassian.com/x/ aozkw) required: ‘permission to access the confluence site (‘can use’ global permission) and permission to view the whiteboard.
Action Parameters
Action Response
CONFLUENCE_DELETE_SPACE_PROPERTY_BY_ID
Deletes a space property by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission) and ‘admin’ permission for the space.
Action Parameters
Action Response
CONFLUENCE_GET_LABELS_FOR_SPACE
Returns the labels of specific space. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the space. only labels that the user has permission to view will be returned.
Action Parameters
Action Response
CONFLUENCE_CREATE_BULK_USER_LOOKUP_USING_IDS
Returns user details for the ids provided in the request body. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission). the user must be able to view user profiles in the confluence site.
Action Parameters
Action Response
CONFLUENCE_CREATE_SPACE
Creates a space as specified in the payload. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to create spaces.
Action Parameters
Action Response
CONFLUENCE_GET_PERMITTED_OPERATIONS_FOR_CUSTOM_CONTENT
Returns the permitted operations on specific custom content. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the parent content of the custom content and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_UPDATE_DATABASE_CLASSIFICATION_LEVEL
Updates the classification level for a specific database. [permissions](https://confluence.atlassian.com/x/ aozkw) required: ‘permission to access the confluence site (‘can use’ global permission) and permission to edit the database.
Action Parameters
Action Response
CONFLUENCE_GET_CONTENT_PROPERTY_FOR_BLOG_POST_BY_ID
Retrieves a specific content property by id that is attached to a specified blog post. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the blog post.
Action Parameters
Action Response
CONFLUENCE_GET_SPACE_ROLE_BY_ID
Retrieves the space role by id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site.
Action Parameters
Action Response
CONFLUENCE_GET_ALL_ANCESTORS_OF_DATABASE
Returns all ancestors for a given database by id in top-to-bottom order (that is, the highest ancestor is the first item in the response payload). the number of results is limited by the limit
parameter and additional results (if available) will be available by calling this endpoint with the id of first ancestor in the response payload. this endpoint returns minimal information about each ancestor. to fetch more details, use a related endpoint, such as get database by id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission). permission to view the database and its corresponding space
Action Parameters
Action Response
CONFLUENCE_GET_ATTACHMENT_VERSIONS
Returns the versions of specific attachment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the attachment and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_UPDATE_CONTENT_PROPERTY_FOR_BLOG_POST_BY_ID
Update a content property for blog post by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the blog post.
Action Parameters
Action Response
CONFLUENCE_GET_PAGE_VERSIONS
Returns the versions of specific page. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the page and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_BLOG_POST_BY_ID
Returns a specific blog post. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the blog post and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_GET_LIST_OF_CLASSIFICATION_LEVELS
Returns a list of classification levels available. [permissions](https://confluence.atlassian.com/x/ aozkw) required: ‘permission to access the confluence site (‘can use’ global permission).
Action Parameters
Action Response
CONFLUENCE_SEARCH_USERS
Searches for users using user-specific queries from the confluence query language (cql).
Action Parameters
Action Response
CONFLUENCE_RESET_PAGE_CLASSIFICATION_LEVEL
Resets the classification level for a specific page for the space default classification level. [permissions](https://confluence.atlassian.com/x/ aozkw) required: ‘permission to access the confluence site (‘can use’ global permission) and permission to view the page.
Action Parameters
Action Response
CONFLUENCE_CHECK_SITE_ACCESS_FOR_A_LIST_OF_EMAILS
Returns the list of emails from the input list that do not have access to site. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission).
Action Parameters
Action Response
CONFLUENCE_GET_LABELS_FOR_BLOG_POST
Returns the labels of specific blog post. the number of results is limited by the limit
parameter and additional results (if available) will be available through the next
url present in the link
response header. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the content of the blog post and its corresponding space. only labels that the user has permission to view will be returned.
Action Parameters
Action Response
CONFLUENCE_CREATE_FOLDER
Creates a folder in the space. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the corresponding space. permission to create a folder in the space.
Action Parameters
Action Response
CONFLUENCE_GET_CONTENT_PROPERTIES_FOR_COMMENT
Retrieves content properties attached to a specified comment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the comment.
Action Parameters
Action Response
CONFLUENCE_UPDATE_SPACE_DEFAULT_CLASSIFICATION_LEVEL
Update the default classification level for a specific space. [permissions](https://confluence.atlassian.com/x/ aozkw) required: ‘permission to access the confluence site (‘can use’ global permission) and ‘admin’ permission for the space.
Action Parameters
Action Response
CONFLUENCE_CREATE_PAGE
Creates a page in the space. pages are created as published by default unless specified as a draft in the status field. if creating a published page, the title must be specified. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the corresponding space. permission to create a page in the space.
Action Parameters
Action Response
CONFLUENCE_GET_ALL_ANCESTORS_OF_SMART_LINK_IN_CONTENT_TREE
Returns all ancestors for a given smart link in the content tree by id in top-to-bottom order (that is, the highest ancestor is the first item in the response payload). the number of results is limited by the limit
parameter and additional results (if available) will be available by calling this endpoint with the id of first ancestor in the response payload. this endpoint returns minimal information about each ancestor. to fetch more details, use a related endpoint, such as get smart link in the content tree by id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site (‘can use’ global permission). permission to view the smart link in the content tree and its corresponding space
Action Parameters
Action Response
CONFLUENCE_CREATE_CONTENT_PROPERTY_FOR_PAGE
Creates a new content property for a page. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to update the page.
Action Parameters
Action Response
CONFLUENCE_GET_PAGE_BY_ID
Returns a specific page. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the page and its corresponding space.
Action Parameters
Action Response
CONFLUENCE_SET_SPACE_ROLE_ASSIGNMENTS
Sets space role assignments as specified in the payload. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to manage roles in the space.
Action Parameters
Action Response