You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi Team,
We are looking Rest API's for Atlassian cloud confluence to access the page content and attachements.
This API-/wiki/spaces/{spaceid}/pages/{pageid}
Not giving any content. Please suggest
Thanks
Dushyant Saluja
Hallo Dushyant,
Willkommen in der Community.
Es gab bereits andere Anfragen zu Ihrem Anliegen. Hier ist eine Lösung von Alex Koxaras, was ich selbst erfolgreich ausprobiert habe.
Ich hoffe, das hilft.
Gruß - Gaby
Gelöst: Wie kann ich den Körper der Konfluenzwolke mit re... (atlassian.com)
Try the following please:
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks it worked on browser where i am running my jira cloud URL , but when i am running in my program or script runner(same jira cloud instance) it is not giving response , giving some static response..seems like authorization issue.
I tried using my API token with account/email id it did not worked. Can you please suggest
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.