Confluence API -> Page Edits?

I’m trying to retrieve data from confluence regarding page edits. Ultimately I’d like to see which users are making the most edits. The collaborator macro is a bit too simplistic for what I need, so I tured to the API. I’ve been going through the documentation here: https://developer.atlassian.com/cloud/confluence/rest/. I can successfully retrieve data from the audit-log, but I realize I’m looking in the wrong place because:

“The audit log doesn’t record information directly relating to pages such as page edits (you can see these in the page history) location, or changes to page restrictions.”

Here is the url of the all page updates which has the data I’m trying to retrieve.
https://.atlassian.net/wiki/discover/all-updates

Here’s a Screenshot of that page:

How can I retrieve this data via the REST API- page edits and creations?

Thank you!

1 Like