How to get records of database by REST API?

Yadav, Rahul [X] August 13, 2024

I am using REST API to get the data stored in table on a page earlier I used this path 

wiki/rest/api/content/845089606?expand=body.storage

to fetch the data it worked fine 

Now we are using database to store the same data and I need to fetch the records of that database by REST API 

I am using OAuth 2.0 3LO for Authentication and applied all the scopes needed

This are some classic scopes I used 

'read:confluence-space.summary',
'read:confluence-props',
'read:confluence-content.all',
'read:database:confluence',
'read:confluence-content.summary',
'readonly:content.attachment:confluence',
'read:confluence-user',
'read:confluence-content.permission',
'read:confluence-groups',
'search:confluence',
'offline_access',

And this are some granular scopes 

'read:content:confluence',
'read:page:confluence',
'read:attachment:confluence',
'read:database:confluence',
'offline_access',

I also tried using this database path
/wiki/api/v2/databases/{id}

with granular scopes faced 401 error on it.
If it is accessible somehow will I get the records by using this path?

1 answer

1 vote
marc -Collabello--Phase Locked-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 13, 2024

Confluence databases are not (yet) accessible by API.

Yadav, Rahul [X] August 13, 2024

Thanks @marc -Collabello--Phase Locked- for the quick response
Any idea till when databases will be available in REST API?

Like Arshiya Sultana likes this
marc -Collabello--Phase Locked-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 13, 2024

I believe there's no formal announcement by Atlassian.

Yadav, Rahul [X] August 13, 2024

Thanks @marc -Collabello--Phase Locked-  it helps.

Suggest an answer

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

Atlassian Community Events