The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to access every ID of every page using rest API

Joshua Layton
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 13, 2019

I would like to be able to iterate through every page of inside confluence, including all child pages. I was wondering if there is a way to use the rest API to return every ID of every page on my confluence. 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Dominic Lagger
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 14, 2019

Hi @Joshua Layton 

First of all, I would scan all spaces you have (/rest/api/space)https://docs.atlassian.com/ConfluenceServer/rest/7.2.0/#api/space

Then, you have to do a loop over all spaces and get all pages (/rest/api/content)https://docs.atlassian.com/ConfluenceServer/rest/7.2.0/#api/content

With the result, you should be able to get all the pageID.

Hope you can continue with these informations

Regards, Dominic

TAGS
AUG Leaders

Atlassian Community Events