Is there anyway to get body of the confluence cloud with rest api?
at this link @Cliff Berg tried to get content but failed.
Could you tell me how to get content of the page of confluence cloud?
Thanks
Try the following:
https://YOURDOMAIN.atlassian.net/wiki/api/v2/pages/{PAGE_ID}?body-format=storage
Replace the YOURDOMAIN with your actual domain, and {PAGE_ID} with the id of the page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Lyrics Lords @Alex Koxaras -Relational- ,
Is there a way to fetch the css details as well. ATM, I do get the HTML back but that looks more like a plain text with no CSS linkages.
Any help is appreciated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.