Need REST APIs to get
1. Total Pages created, updated and viewed in a space in specific duration along with Page info.
2. Total Pages created, updated and viewed by all Users in a Space in specific duration along with Page info.
Request you to help me with this on priority.
hello @Saikumar Gottemukkula , Welcome to the Atlassian Community!
You may want to look at incorporating Confluence Query Language (CQL) in your REST operation. I've attached some documentation.
https://developer.atlassian.com/server/confluence/advanced-searching-using-cql/
Hi @Robert Wen_Cprime_ , Thanks you for quick turnaround.
We tried using CQL where we are getting approximate response for Pages Created in specific duration.
But the response for Pages Updated in a specific duration is not accurate as the API returns only the last updated history for a Page. We are looking for all the Update Count for Pages in a duration.
Also, we didn't get the CQL field for Page Views and User Views(of all Pages) in specific duration.
We see Analytics Views API(/wiki/rest/api/analytics/content/{contentId}/views) for page that accepts only fromDate as query parameter but not toDate.
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.