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.
I am trying to use the rest API to pull metadata from the page properties report macro. Does anyone have a method of doing this. Confluence is running in the cloud
Hello David and welcome to the Community!
When you access a Confluence page over the REST API with a GET request, the response for the page’s content will be displayed in the storage format. Within that storage format you will be able to see the page properties macro and the listed items within. This type of request would be a Get content by ID.
There an additional request to Get macro body by macro ID. This will allow you to see the contents of the macro displayed in the storage format.
To get more clarification on what type of data you are attempting to access, can you let us know what metadata you are going after?
Regards,
Stephen Sifers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.