I'm a pretty new user of Confluence, the company I work for is currently using Confluence 5.0.3. I'm wanting to retrieve a list, (preferably in csv/xl) of the pages/blogs that exist (if possible their space), the date they were created and the creator. If it is also possible to extract the last date they were updated and the name of the person who updated it within the same export, that would also be extremely useful.
Hey,
You can try using the CQL endpoint, here is the documentation for it:
https://developer.atlassian.com/server/confluence/advanced-searching-using-cql/
Something like this (relative to confluence url) might be a good start:
/rest/api/search?cql=type%20in%20(%22page%22)&start=0&limit=20&includeArchivedSpaces=false
@Maxim Leizerovich Is there a way to get a list of these pages if my company is using Confluence Cloud (not Confluence server)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey,
Please follow this page for instructions on how to do similar search for Confluence Cloud:
https://developer.atlassian.com/cloud/confluence/advanced-searching-using-cql/
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.