Historical statistics on articles via API | Community
Skip to main content
Answered

Historical statistics on articles via API

  • October 14, 2024
  • 3 replies
  • 128 views

Eduardo Soares Azzolin

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. 

 

Best answer by Jacques Reynolds

Hey @Eduardo Soares Azzolin 👋 Jacques here from Support Engineering!

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! :)

3 replies

Jacques Reynolds
Intercom Team
Forum|alt.badge.img+7

Hey @Eduardo Soares Azzolin 👋 Jacques here from Support Engineering!

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! :)


Eduardo Soares Azzolin

Hey @Eduardo Soares Azzolin 👋 Jacques here from Support Engineering!

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 @Jacques Reynolds ! 
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!!


Hi ​@Eduardo Soares Azzolin can you share the endpoid you used to retrieved a articles data on specific period?