Get Started
- Introduction
- Quickstart
Documentation
- Data Sources
- Business Objects
- Business Graph™
- Knowledge
- Query Agent
- Reports
- Subscriptions
- Destinations
- Tools
- Introduction
- Ably
- Acculynx
- Active campaign
- Affinity
- Agencyzoom
- Ahrefs
- Airtable
- Alchemy
- Amplitude
- Apaleo
- Apollo
- Asana
- Attio
- Bamboohr
- Bannerbear
- Baserow
- Bill
- Bitbucket
- Blackboard
- Bolna
- Borneo
- Box
- Brevo
- Browseai
- Browserbase tool
- Bugbug
- Cal
- Calendly
- Canva
- Canvas
- Chatwork
- Clickup
- Coda
- Codeinterpreter
- Coinbase
- Composio
- Composio search
- Confluence
- Contentful
- Crustdata
- D2lbrightspace
- Dialpad
- Discord
- Discordbot
- Docusign
- Dropbox
- Dynamics365
- Echtpost
- Elevenlabs
- Entelligence
- Exa
- Excel
- Figma
- Firecrawl
- Fireflies
- Flutterwave
- Formsite
- Foursquare
- Freshdesk
- Github
- Gmail
- Gong
- Google maps
- Googleads
- Googlebigquery
- Googlecalendar
- Googledocs
- Googledrive
- Googlemeet
- Googlephotos
- Googlesheets
- Googlesuper
- Googletasks
- Gorgias
- Hackernews
- Heygen
- Hubspot
- Humanloop
- Intercom
- Jira
- Junglescout
- Klaviyo
- Kommo
- Linear
- Linkedin
- Linkhut
- Linkup
- Listennotes
- Lmnt
- Mailchimp
- Mem0
- Metaads
- Microsoft clarity
- Microsoft teams
- Mixpanel
- Monday
- More trees
- Neon
- Ngrok
- Notion
- One drive
- Onepage
- Open sea
- Outlook
- Pagerduty
- Pandadoc
- Peopledatalabs
- Perplexityai
- Pipedrive
- Placekey
- Posthog
- Quickbooks
- Ramp
- Recallai
- Reddit
- Resend
- Retellai
- Rocketlane
- Rootly
- Salesforce
- Semanticscholar
- Semrush
- Sendgrid
- Sentry
- Serpapi
- Servicenow
- Share point
- Shopify
- Shortcut
- Simplesat
- Slack
- Slack user
- Slackbot
- Snowflake
- Stripe
- Supabase
- Tavily
- Text to pdf
- Textrazor
- Tinyurl
- Todoist
- Trello
- Twitter
- Twitter media
- Typefully
- Weathermap
- Webflow
- Whatsapp
- Workiom
- Wrike
- Yousearch
- Youtube
- Zendesk
- Zenrows
- Zoho
- Zoom
- Zoominfo
- Admin
Changelog
Confluence
A tool for team collaboration and knowledge management.
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.
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
Creates a new content property for a comment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to update the comment.
Creates a new property for a blogpost. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to update the blog post.
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.
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).
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.
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.
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.
Creates a space as specified in the payload. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to create spaces.
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.
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
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).
Deletes a content property for a whiteboard by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the whiteboard.
Creates a new content property for a database. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to update the database.
Creates a new content property for a page. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to update the page.
Creates a new content property for a folder. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to update the folder.
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
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.
Creates a new content property for an attachment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to update the attachment.
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.
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.
Returns a specific blog post. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the blog post and its corresponding space.
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 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).
Retrieves the available space permissions. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site.
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.
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.
Returns the versions of specific attachment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the attachment and its corresponding space.
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.
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.
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.
Retrieves all content properties tied to a specified blog post. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the blog post.
Retrieves content properties attached to a specified comment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the comment.
Retrieves content properties tied to a specified custom content. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the custom content.
Retrieves content properties tied to a specified database. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the database.
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 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.
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.
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.
Creates a new content property for a whiteboard. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to update the whiteboard.
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.
Retrieves content properties tied to a specified folder. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the folder.
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 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).
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.
Retrieves content properties tied to a specified page. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the page.
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.
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.
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.
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 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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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).
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.
Retrieves content properties tied to a specified whiteboard. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the whiteboard.
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 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).
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.
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.
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.
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.
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.
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).
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.
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.
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.
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.
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.
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
Deletes a content property for an attachment by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to attachment the 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).
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
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.
Returns a specific attachment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the attachment’s container.
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.
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.
Deletes a content property for a blogpost by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the blog post.
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.
Retrieves all content properties tied to a specified attachment. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the attachment.
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.
Deletes a content property for a comment by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the comment.
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.
Deletes a content property for a database by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the database.
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.
Deletes a content property for a page by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the 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.
Deletes a content property for a folder by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the folder.
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 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.
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.
Returns the versions of specific page. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the page and its corresponding space.
Returns a specific folder. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the folder and its corresponding space.
Returns a specific database. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the database and its corresponding space.
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.
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.
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.
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.
Returns the permitted operations on specific space. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the corresponding space.
Retrieves the space role assignments. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the space.
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.
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.
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.
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).
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.
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.
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.
Retrieves the space role by id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to access the confluence site.
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.
Retrieves version details for the specified page and version number. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the page.
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.
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.
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.
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.
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.
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. 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).
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.
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.
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.
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.
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.
Returns a specific whiteboard. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the whiteboard and its corresponding space.
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 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 a content property for a page by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the page.
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.
Sets space role assignments as specified in the payload. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to manage roles in the space.
Returns a specific space. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the space.
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 a content property for a folder by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the folder.
Searches for content using the confluence query language (cql).
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.
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 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.
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 a content property for a whiteboard by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the whiteboard.
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.
Returns the permitted operations on specific database. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the database and its corresponding space.
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 a content property for a comment by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the comment.
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 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.
Retrieves version details for the specified attachment and version number. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the attachment.
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 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.
Returns space permission assignments for a specific space. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the space.
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 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.
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 a content property for attachment by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the attachment.
Returns the permitted operations on specific folder. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the folder and its corresponding 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.
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 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.
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.
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).
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.
Searches for users using user-specific queries from the confluence query language (cql).
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.
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.
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.
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.
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 a content property for a database by its id. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to edit the database.
Retrieves version details for the specified custom content and version number. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the page.
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.
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.
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.
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.
Returns a specific page. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the page and its corresponding space.
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.
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.
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.
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.
Returns the permitted operations on specific whiteboard. [permissions](https://confluence.atlassian.com/x/ aozkw) required: permission to view the whiteboard and its corresponding 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.
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.
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.
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.
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.
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.