Beyond-Bot.ai + confluence
A tool for team collaboration and knowledge management.
What You Can Do with this Integration
Automate Data Entry
Automatically sync new contacts or deals from Beyond-Bot.ai to confluence.
Enrich Customer Profiles
Use Beyond-Bot.ai to find and add new information to your records in confluence.
Trigger Workflows
Start automated workflows in confluence based on conversations with your virtual expert.
Available Actions
Here are the specific actions your virtual expert can perform within confluence.
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
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.
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.
Confluence Create Space
Creates a space as specified in the payload. **[permissions](https://confluence.atlassian.com/x/ aozkw) required**: permission to create spaces.
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).
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.
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.
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.
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.
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.
Confluence Update Smart Link Property
Update content property for the content id in the atlas content tree
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).
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Confluence Create Footer Comment
Create a footer comment. the footer comment can be made against several locations: - at the top level (specifying pageid or blogpostid in the request body) - as a reply (specifying parentcommentid in the request body) - against an attachment (note: this is different than the comments added via the attachment properties page on the ui, which are referred to as version comments) - against a custom content **[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.
Confluence Create Smart Link Content Property
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.
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.
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.
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.
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).
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).
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.
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.
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.
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.
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.
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.
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.
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).
Confluence Delete Custom Content Property 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.
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.
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.
Confluence Delete Footer Comment
Deletes a footer 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.
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.
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.
Confluence Delete Smart Link Property 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.
Confluence Delete Space Default Classification Level
Returns the [default classification level](https://support.atlassian.com/security-and-access-policies/docs/what-is-a-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.
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.
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.
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.
Confluence Get Account Ids Of Likes For Footer Comment
Returns the account ids of likes of specific footer comment. **[permissions](https://confluence.atlassian.com/x/ aozkw) required**: permission to view the content of the page/blogpost and its corresponding space.
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.
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.
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](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-database/#api-databases-id-get). **[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
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](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-smart-link/#api-folders-id-get). **[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
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](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-id-get). **[permissions](https://confluence.atlassian.com/x/ aozkw) required**: permission to access the confluence site ('can use' global permission).
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](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-smart-link/#api-embeds-id-get). **[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
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](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-whiteboard/#api-whiteboards-id-get). **[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
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.
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.
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.
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.
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.
Confluence Get Attachment By Id
Returns a specific attachment. **[permissions](https://confluence.atlassian.com/x/ aozkw) required**: permission to view the attachment's container.
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.
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.
Confluence Get Available Space Permissions
Retrieves the available space permissions. **[permissions](https://confluence.atlassian.com/x/ aozkw) required**: permission to access the confluence site.
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.
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.
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.
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.
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.
Confluence Get Blog Post Classification Level
Returns the [classification level](https://developer.atlassian.com/cloud/admin/dlp/rest/intro/#classification%20level) 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.
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.
Confluence Get Children Footer Comments
Returns the children footer 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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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).
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).
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.
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.
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.
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.
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.
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.
Confluence Get Database Classification Level
Returns the [classification level](https://developer.atlassian.com/cloud/admin/dlp/rest/intro/#classification%20level) 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.
Confluence Get Data Policy Metadata For The Workspace
Returns data policy metadata for the workspace. **[permissions](#permissions) required:** only apps can make this request. permission to access the confluence site ('can use' global permission).
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.
Confluence Get Footer Comments
Returns all footer 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 container and its corresponding space.
Confluence Get Footer Comments For Blog Post
Returns the root footer 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.
Confluence Get Footer Comments For Page
Returns the root footer 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.
Confluence Get Footer Comment By Id
Retrieves a footer comment by id **[permissions](https://confluence.atlassian.com/x/ aozkw) required**: permission to view the content of the container and its corresponding space.
Confluence Get Footer Comment Versions
Retrieves the versions of the specified footer comment. **[permissions](https://confluence.atlassian.com/x/ aozkw) required**: permission to view the content of the page or blog post and its corresponding space.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Confluence Get Like Count For Footer Comment
Returns the count of likes of specific footer comment. **[permissions](https://confluence.atlassian.com/x/ aozkw) required**: permission to view the content of the page/blogpost and its corresponding space.
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.
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.
Confluence Get List Of Classification Levels
Returns a list of [classification levels](https://developer.atlassian.com/cloud/admin/dlp/rest/intro/#classification%20level) available. **[permissions](https://confluence.atlassian.com/x/ aozkw) required**: 'permission to access the confluence site ('can use' global permission).
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.
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.
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.
Confluence Get Page Classification Level
Returns the [classification level](https://developer.atlassian.com/cloud/admin/dlp/rest/intro/#classification%20level) 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.
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.
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.
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.
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.
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.
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.
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.
Confluence Get Permitted Operations For Footer Comment
Returns the permitted operations on specific footer comment. **[permissions](https://confluence.atlassian.com/x/ aozkw) required**: permission to view the parent content of the footer comment and its corresponding space.
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.
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.
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.
Confluence Get Smart Link Content Props
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.
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.
Confluence Get Smart Link Operations
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.
Confluence Get Smart Link Property
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.
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.
Confluence Get Space By Id
Returns a specific space. **[permissions](https://confluence.atlassian.com/x/ aozkw) required**: permission to view the space.
Confluence Get Space Default Classification Level
Returns the [default classification level](https://support.atlassian.com/security-and-access-policies/docs/what-is-a-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.
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.
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.
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.
Confluence Get Space Role Assignments
Retrieves the space role assignments. **[permissions](https://confluence.atlassian.com/x/ aozkw) required**: permission to view the space.
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.
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.
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.
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.
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.
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.
Confluence Get Version Details For Footer Comment Version
Retrieves version details for the specified footer 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.
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.
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.
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.
Confluence Get Whiteboard Classification Level
Returns the [classification level](https://developer.atlassian.com/cloud/admin/dlp/rest/intro/#classification%20level) 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.
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. <b>note:</b> 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).
Confluence Reset Blog Post Classification Level
Resets the [classification level](https://developer.atlassian.com/cloud/admin/dlp/rest/intro/#classification%20level) for a specific blog post for the space [default classification level](https://support.atlassian.com/security-and-access-policies/docs/what-is-a-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.
Confluence Reset Database Classification Level
Resets the [classification level](https://developer.atlassian.com/cloud/admin/dlp/rest/intro/#classification%20level) for a specific database for the space [default classification level](https://support.atlassian.com/security-and-access-policies/docs/what-is-a-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.
Confluence Reset Page Classification Level
Resets the [classification level](https://developer.atlassian.com/cloud/admin/dlp/rest/intro/#classification%20level) for a specific page for the space [default classification level](https://support.atlassian.com/security-and-access-policies/docs/what-is-a-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.
Confluence Reset Whiteboard Classification Level
Resets the [classification level](https://developer.atlassian.com/cloud/admin/dlp/rest/intro/#classification%20level) for a specific whiteboard for the space [default classification level](https://support.atlassian.com/security-and-access-policies/docs/what-is-a-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.
Confluence Search Content
Searches for content using the confluence query language (cql).
Confluence Search Users
Searches for users using user-specific queries from the confluence query language (cql).
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.
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.
Confluence Update Blog Post Classification Level
Updates the [classification level](https://developer.atlassian.com/cloud/admin/dlp/rest/intro/#classification%20level) 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.
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.
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.
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.
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.
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.
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.
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.
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.
Confluence Update Custom Content Prop 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.
Confluence Update Database Classification Level
Updates the [classification level](https://developer.atlassian.com/cloud/admin/dlp/rest/intro/#classification%20level) 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.
Confluence Update Footer Comment
Update a footer comment. this can be used to update the body text of a 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.
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.
Confluence Update Page Classification Level
Updates the [classification level](https://developer.atlassian.com/cloud/admin/dlp/rest/intro/#classification%20level) 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.
Confluence Update Space Default Classification Level
Update the [default classification level](https://support.atlassian.com/security-and-access-policies/docs/what-is-a-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.
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.
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.
Confluence Update Whiteboard Classification Level
Updates the [classification level](https://developer.atlassian.com/cloud/admin/dlp/rest/intro/#classification%20level) 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.