Hi Team,
I wanted to know that is there a way to get all the content of a confluence page in json format using REST API? I tried to get the content but what is I get is html under the field body.view.value using the url: url="https://localhost:8080/rest/api/content/"+ page_id +"?expand=body.view"
I am interested in getting the json objects of the table from that specific page and dump it into any database.
Thanks