using Confluence API token, i can create a confluence page from a json file as a template. once after a confluence page is created, i update the content of the page, then i would like to convert it to a json file to update the template. however, i do not have any idea how to convert it to a json file format. would anyone advise how to do it?
When you get the page from the /content REST API end-point, it will return you the page content in ADF format which itself is a JSON dialect.
Hello @Mic ,
Since the XML format would be the closest to JSON, in that case I would convert to JSON. Try with this site: https://codebeautify.org/xmltojson
Let me know the results.
BR,
Nikola
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.