I am looking to help a user who wants to pull a report "created by" and "title" names of different pages for a space into a csv file. Is there any easy way to do? I am open to try it do it via rest api as well.
We tried exporting the from "Analytics" but it doesn't give the "created by" column in the export file. I wonder if the "created by" has been removed recently from the analytics.
Thank you,
@Bharat Kalia This Confluence Cloud REST API end-point will return all contents from a space. If you look at the response JSON, it contains both fields you're look for and a lot more!
Thanks @Aron Gombas _Midori_ - The link seems to be deprecated. I was able to get the data using the v2 - https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-spaces-id-pages-get
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bharat Kalia Yes. "v1" is working and is marked as deprecated by Atlassian.
If you start fresh, then you should definitely use "v2" - due to being more future-proof.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.