Hi,
I'm trying to display the contents of a Confluence page on my dashboard exactly as it appears in Confluence.
I'm using the "Get Page By ID" endpoint with "body_format" parameter set to "styled_view", because other values of this parameter don't return styled response
Docs: https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-id-get
However, the HTML I receive includes a <style> tag that seems to contain LESS (CSS preprocessor) syntax, along with references to external files (like imports/global) that I don't have access to.
Does anyone have any suggestions on how I might resolve this issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.