I am using REST API to get the data stored in table on a page earlier I used this path
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
And this are some granular scopes
with granular scopes faced 401 error on it.
If it is accessible somehow will I get the records by using this path?
Confluence databases are not (yet) accessible by API.
Thanks @marc -Collabello--Phase Locked- for the quick response
Any idea till when databases will be available in REST API?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe there's no formal announcement by Atlassian.
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.
@marc -Collabello--Phase Locked-
Hello, has there been any update on this yet?
@Yadav, Rahul [X] have you found a workaround?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
no updates by Atlassian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No there's no workaround, I had to take those records to Confluence Page and add it to the table and then I got the records in rest api,
hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just refactored my entire data just because I saw a "database" menu on the API page. For nothing.... waste of time.
If you landed on this page trying to find a solution for the obvious reason of fetching your data, just because you can't believe what you read on the API docs page, then yes, tough luck.
With this API, you only get back the database Id that you sent in the first place, nothing more.
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.