How to access every ID of every page using rest API

Joshua Layton 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

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 Leaders.
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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events