I am a Site Admin for our Cloud - and I need a way to see all the Confluences Spaces and their Space Key, I am unable to find any information on how I can do this.
Please Assist...
Thanks, Terri
Hello Terri!
You could use our REST API to achieve something really close to what you need.
https://your.instance.url/rest/api/space?limit=100
You will be able to information such as Space key, Space Name and Space Type. If you want to have no limitations on how many spaces you need to show, just remove the ?limit=100 part.
Using the limit=100 will keep the instance from showing more than 100 results, or any other value that you insert there. This parameter only works with positive numbers. There is a lot more that you could do with REST API. Here are our docs on this API:
Confluence Cloud Developer - REST API
Let us know from you Terri. Looking forward to your reply!
Hey Diego,
Thanks so much - I was able to get the data and covert into a CSV
I was able to get all 100+ Spaces w/Key - I just changed the limit to Limit 200
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.