Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Is there any Confluence Cloud API to fetch deleted pages?

Ashish Prasher November 29, 2022

Hi,

Is there any API that can fetch a list of all deleted records/pages from confluence? 


1 answer

0 votes
Andrii Maliuta
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.
November 30, 2022

Hello @Ashish Prasher ,

You can use https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content/#api-wiki-rest-api-content-get with TRASHED status of content

GET /wiki/rest/api/content

 e.g.

htps://YOUR_SITE.atlassian.net/wiki/rest/api/content?status=trashed

  you can add SpaceKey and content TYPE with other queries to get necessary data.

Thanks

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
AUG Leaders

Atlassian Community Events