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.
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
Actually, I want the data in the database, but using this API we get only the metadata of the database
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.