Hi guys,
I need to embed some of our confluence pages into our intranet, in order to let the users consult the information we add to our wiki in a most accesible way.
I'm getting the html contect right but is there any way to get it with the styles of it? I want to show them like we can see in the Confluence page. I tried with so much API calls and the one let me closer was that one:
https://XXX.atlassian.net/wiki/rest/api/content/XXX?expand=body.styled_view
But this gave to me the styles on Lss code and there's information I cant get. Is there another easier way to do what I am trying?
Thanks community!
Hi @Raúl Parra Molina I have the same problem. Have you managed to use styles from the response?
@Raúl Parra Molina Are you wanting to provide these users with access to one page of content at a time? Not any kind of linking to additional pages within your Confluence space?
If this is the case, have you considered publishing the page as a blog and making that available in your intranet?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I dont want to publish anything, i just want to get the contentent with the styles, just like I see it on Confluence. I mean i got a wiki page like this one:
I can get the data with the API but I just recibe the images, text and links, but I want to get the styles aswell, in order to see it like i see on the image but on Intranet.
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.