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!