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.