Is there any API we can use to get data from Confluence database.

Edwin_Johnson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 11, 2024

I need to get data from confluence database. Is there any API ?. If it is not possible then how we use it like a database. 

2 answers

1 vote
Ollie Guan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 11, 2024

Hi @Edwin_Johnson ,

Confluence's REST APIs provide access to resources (data entities) via URI paths. To use a REST API, your application will make an HTTP request and parse the response. The response format is JSON. Your methods will be the standard HTTP methods like GET, PUT, POST and DELETE.

https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-database/#api-databases-id-get

Edwin_Johnson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 12, 2024

Actually, I want the data in the database, but using this API we get only the metadata of the database 

0 votes
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 12, 2024

Hi @Edwin_Johnson 

Welcome to the community.

The only endpoints in the API that are available are, https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-database/#api-group-database 

There are no other options via the API.

You can vote for CONFCLOUD-77328 

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events