Sample code to get Page Content in HTML

Pranjal Shukla November 15, 2017

We wish to integrate Confluence with in house Application and want to display Page Content in that app. One approach would be to get HTML content of that page via API and render the say in our in house application.

 

  • Can any of you suggest a better approach.
  • Can any of you help me with sample code to get data from API

1 answer

0 votes
Stephen Deutsch
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 16, 2017

You can use this curl request as an example (Read content, and expand the body):

https://developer.atlassian.com/confdev/confluence-server-rest-api/confluence-rest-api-examples#ConfluenceRESTAPIExamples-Readcontent,andexpandthebody

but instead of body.storage, just use body.export_view and that should return the page in HTML format. The CSS may not be perfect, but it should be readable.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events