I want to fetch the time at which a confluence page was created and also want to get the time at which the last update was done to that page. Is there any existing API that I can use for this purpose?
Yes. I use this:
myuyrl /rest/api/content/search?cql="CQL_Query"&expand=history.lastUpdated,version,space,container&limit=500
Where CQL_Query = lastModified>="2023-09-01" and type=page
in Power BI -- it looks like this:
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.