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:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.