Confluence
A tool for team collaboration and knowledge management.
Convert content ids to content types
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.
Create blog post
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
Create content property for comment
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.
Create content property for blog post
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.
Delete content property for smart link in the content tree by id
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.
Check site access for a list of emails
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).
Create bulk user lookup using ids
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.
Create whiteboard
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.
Create space property in space
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.
Create space
Create space
Creates a space as specified in the payload. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to create spaces.
Delete space property by id
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.
Get all ancestors of smart link in content tree
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
Get all ancestors of page
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).
Delete content property for whiteboard by id
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.
Create content property for database
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.
Create content property for page
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.
Create content property for folder
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.
Get all ancestors of whiteboard
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
Get attachments
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.
Create content property for attachment
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.
Get blog posts in space
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.
Get blog post classification level
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.
Get blog post by id
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.
Delete whiteboard
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.
Delete custom content
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).
Get available space permissions
Get available space permissions
Retrieves the available space permissions. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site.
Get blog post versions
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.
Get attachments for blog post
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.
Get attachment versions
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.
Create content property for smart link in the content tree
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.
Get account ids of likes for blog post
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.
Get children footer comments
Get children footer comments
Get content properties for blog post
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.
Get content properties for comment
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.
Get content properties for custom content
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.
Get content properties for database
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.
Create content property for custom content
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.
Delete database
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.
Get account ids of likes for footer comment
Get account ids of likes for footer comment
Get children inline comments
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.
Create content property for whiteboard
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.
Get attachments for custom content
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.
Get content properties for folder
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.
Get content properties for smart link in the content tree
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.
Delete attachment
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).
Get content property for comment by id
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.
Get content properties for page
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.
Get content property for blog post by id
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.
Get available space roles
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.
Get content property for custom content by id
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.
Get content property for database by id
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.
Delete folder
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.
Get attachments for label
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.
Get content property for folder by id
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.
Get content property for page by id
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.
Get content property for smart link in the content tree by id
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.
Get child custom content
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.
Get content property for whiteboard by id
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.
Delete footer comment
Delete footer comment
Get account ids of likes for inline comment
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.
Create custom content
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.
Get custom content by id
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).
Get custom content by type in page
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.
Get content properties for whiteboard
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.
Get custom content by type in blog post
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.
Delete blog post
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).
Get blog posts
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.
Get custom content comments
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.
Create database
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.
Get account ids of likes for page
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.
Get custom content by type in space
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.
Get custom content by type
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).
Get attachments for page
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.
Delete inline comment
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.
Get custom content versions
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.
Create folder
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.
Get blog posts for label
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.
Get all ancestors of database
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
Delete content property for attachment by id
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.
Delete page
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).
Get all ancestors of folder
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
Get child pages
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.
Get attachment by id
Get attachment by id
Returns a specific attachment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the attachment’s container.
Create footer comment
Create footer comment
Get content property for attachment by id
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.
Delete content property for blogpost by id
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.
Delete space default classification level
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.
Get content properties for attachment
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.
Delete smart link in the content tree
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.
Delete content property for comment by id
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.
Create smart link in the content tree
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.
Delete content property for database by id
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.
Get attachment comments
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.
Delete content property for page by id
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.
Create page
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.
Delete content property for folder by id
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.
Delete content property for custom content by id
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.
Create inline comment
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.
Get permitted operations for attachment
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.
Get page versions
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.
Get folder by id
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.
Get database by id
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.
Get like count for blog post
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.
Get labels for space content
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.
Get database classification level
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.
Get permitted operations for page
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.
Get permitted operations for space
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.
Get space role assignments
Get space role assignments
Retrieves the space role assignments. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the space.
Get space property by id
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.
Get footer comment by id
Get footer comment by id
Get inline comments
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.
Get data policy metadata for the workspace
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).
Get footer comments for blog post
Get footer comments for blog post
Get footer comment versions
Get footer comment versions
Get footer comments
Get footer comments
Get space role by id
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.
Get version details for inline comment version
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.
Get version details for page version
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.
Get whiteboard classification level
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.
Get smart link in the content tree by id
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.
Get like count for footer comment
Get like count for footer comment
Reset blog post classification level
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.
Get spaces with data policies
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.
Reset whiteboard classification level
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.
Invite a list of emails to the site
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).
Reset database classification level
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.
Get spaces
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.
Get footer comments for page
Get footer comments for page
Get inline comments for blog post
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.
Get tasks
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.
Get whiteboard by id
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.
Reset page classification level
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.
Update blog post
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.
Update content property for page by id
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.
Get task by id
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.
Set space role assignments
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.
Get space by id
Get space by id
Returns a specific space. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the space.
Update content property for blog post by id
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.
Update content property for folder by id
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.
Search Content
Search Content
Searches for content using the confluence query language (cql).
Update footer comment
Update footer comment
Update database classification level
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.
Update inline comment
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.
Get space default classification level
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.
Update content property for whiteboard by id
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.
Update content property for smart link in the content tree by id
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.
Get permitted operations for a database
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.
Update blog post classification level
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.
Update content property for comment by id
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.
Update space property by id
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.
Update page
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.
Get version details for attachment version
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.
Update page classification level
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.
Update space default classification level
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.
Get space permissions assignments
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.
Update custom content
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.
Update task
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.
Update whiteboard classification level
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.
Update content property for attachment by id
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.
Get permitted operations for a folder
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.
Get space properties in space
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.
Get version details for blog post version
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.
Update content property for custom content by id
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.
Get like count for inline comment
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.
Get list of classification levels
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).
Get like count for page
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.
Search Users
Search Users
Searches for users using user-specific queries from the confluence query language (cql).
Get pages
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.
Get inline comments for page
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.
Get pages in space
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.
Get page classification level
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.
Get inline comment by id
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.
Update content property for database by id
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.
Get version details for custom content version
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.
Get labels
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.
Get inline comment versions
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.
Get pages for label
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.
Get labels for custom content
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.
Get page by id
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.
Get labels for page
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.
Get permitted operations for blog post
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.
Get labels for blog post
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.
Get permitted operations for a smart link in the content tree
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.
Get permitted operations for a whiteboard
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.
Get labels for space
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.
Get permitted operations for footer comment
Get permitted operations for footer comment
Get permitted operations for inline comment
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.
Get version details for footer comment version
Get version details for footer comment version
Get labels for attachment
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.
Get permitted operations for custom content
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.