Hello, everyone, is there a way to export detailed historical statistics of articles like the screenshot with the API? I found the Retrieve an Article endpoint, but it only returns the current cummulative statistics.
Hello, everyone, is there a way to export detailed historical statistics of articles like the screenshot with the API? I found the Retrieve an Article endpoint, but it only returns the current cummulative statistics.
Hey
You can use the “Retrieve all Articles" endpoint in the REST API to get all the cumulative stats for the Articles. To format your data for the articles you would need to parse the JSON data to extract the information you require.
We don’t have a built-in feature to put the data returned by the API into a spreadsheet but you can export the data into your desired format (e.g., CSV, Excel) on your own end!
Hope this helps! :)
Hey
You can use the “Retrieve all Articles" endpoint in the REST API to get all the cumulative stats for the Articles. To format your data for the articles you would need to parse the JSON data to extract the information you require.
We don’t have a built-in feature to put the data returned by the API into a spreadsheet but you can export the data into your desired format (e.g., CSV, Excel) on your own end!
Hope this helps! :)
Thanks
I tried this endpoint but it only returns cummulative stats, not day-by-day… I think I was able to get the daily metrics from the admins activity logs endpoint, with the article activities.
Thanks for the reply!!
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.