Hi @me
You could get the list of Space by API
curl --request GET \
--url "https://your-site.atlassian.net/wiki/rest/api/space" \
-H 'Content-Type: application/json' \
--user 'email:token'
https://developer.atlassian.com/cloud/confluence/rest/api-group-space/#api-wiki-rest-api-space-get
Thanks,
Pramodh
Hi @me
Created Date is also available
Just explore around API to extract necessary data from this link
https://developer.atlassian.com/cloud/confluence/rest/api-group-space/#api-wiki-rest-api-space-get
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry I see you have tagged the question as server
Here's the link for the server and a sample API Call
curl -u username:password \
-X GET "http://confluence-base-url/rest/api/space?status=current"
https://docs.atlassian.com/ConfluenceServer/rest/7.15.0/#api/space-spaces
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.