Hey Guys
Can someone help me build a REST API call for getting the most viewed pages? Also, is there a way to validate the information anywhere? (e.g. I am getting some information from a call that I made but I cannot even verify if the information is correct).
Basically, I'd like to load the list in ascending (most viewed to least viewed) and the view the Title, FileRef and View Count.
Another question I had, is there a way to get those view counts over a specified period of time? For example, lets say I want to run this call to see the most viewed pages over the last 30 days instead of all time?
Thanks
-Kevan