Hello!
I am studying Confluence Cloud as a tool for collaborative content generation and would like to know if there is any way to make a call to a Confluence page from a request from my app. The idea is for my app to call a token or something controlled to allow only anyone in my app to view page content through an Atlassian-registered token (API token, for example). Is this possible?
Regards,
José Corrêa.
Hi José, there is a REST API for Confluence Cloud. Example here:h //developer.atlassian.com/cloud/confluence/rest-api-examples/
Is that what you are looking for?
Hello Dee, thanks for your reply!
I have reviewed the API and my main question is how access to a Confluence page works. Here is a brief explanation of our scope:
"We are looking for a tool to document the functions of our application to the end user, where the call will be made from our web application. Authorization for the pages must be invisible to the user and we need to keep the access permission only when this call is made by the users who will keep the documentation updated or when any user (client) clicks the help icon, it will be redirected to a link in the Confluence."
It's this possible with Confluence Cloud + API?
Our web applications are written in .NET Core and I believe we will need to use OAuth to do this if possible.
I did a test with Basic Authorization, but I get a 403 return (because I need to be logged in to an Atlassian/Confluence account, I believe).
Regards!
José Corrêa.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi José,
You want to use Confluence Cloud sort of like a server that serves up your in-app help pages. Correct?
Unfortunately my knowledge of the cloud rest api is not comprehensive enough to answer that.. I'll ask around in the confluence cloud team to see if they have any clues..
Regards,
Dee
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the help, Dee.
We are in the process of validating of project scope, as they may exist public, Confluence already serves us perfectly.
Regards,
José Corrêa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi José, did you get a solution for this?
Please do share if you found one.
Thanks and Regards,
Tessy
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.