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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.