Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

list of space by create date

me
Contributor
January 30, 2022

Hi, How can I get list of space and sort by date of creation?

 

like this:

SpaceName     CreateDate

space 3           2022/01/10

space 2           2022/01/9

space 1           2022/01/8

 

 

Thanks

1 answer

1 vote
Pramodh M
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 30, 2022

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

me
Contributor
January 30, 2022

Hi, How about create date?

Pramodh M
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 30, 2022

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

Created Date.png

Thanks

Pramodh M
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 30, 2022

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

Created.png

me
Contributor
February 2, 2022

@Pramodh M Thanks, The next question is how can i show output of this curl on a page?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events