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
Hi,
I'm hoping there's an endpoint where I can get all spaces and pages (including all descendant pages) in a Confluence instance. Anyone know of any solutions or workarounds?
@Jacque Haddenham welcome to the Atlassian community
You can use the API as described in the older post. https://community.atlassian.com/t5/Confluence-questions/How-can-I-create-a-list-of-all-spaces-and-pages-on-the-Company/qaq-p/1132105
The account you use needs to have access to all the spaces and pages in order to access them.
Yeah... I was hoping there might be a single endpoint rather than having to use a combination of those 2 (we have a lot of spaces, and I was hoping to avoid having to send a request to get pages for each one of those). :-\
Thanks though
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are on Confluence cloud and an administrator then you can see all spaces in the space permission administrator section (other than private user spaces).
You can also try using Rest API as described here: https://developer.atlassian.com/cloud/confluence/advanced-searching-using-cql/ to search for pages and spaces. Result would be in JSON.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
unfortunately not list all spaces while all categories options and all spaces options have been chosen
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.