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 want the breakdown of pages in a space for all spaces in an instance. There is an API call that requires a specific space key to be hard coded but I want to achieve this for all spaces. https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-spaces-id-pages-get
I believe I need to make a general space API call then parse those results for space keys which will then be used to make the specific calls but I was hoping for some advice on how to achieve this as I am still very new to Forge.