Skip to main content
Question

How to get "Active users report" data with Docebosaas Web API

  • October 17, 2024
  • 2 replies
  • 124 views

Anybody know, how to obtain daily information of “active user report”, how it was defined here (it includes different user activities, but not only subscription to the courses or course completion), using Docebosaas Web API?

2 replies

francesca.vaccarino
Novice II
Forum|alt.badge.img+1

Using the API can be a bit cumbersome, as it requires multiple calls. A better alternative would be the Audit Trail app, which you can learn more about in this knowledge base article here.

If you really want to go the API route, I would combine the following calls:

 


  • Author
  • Newcomer
  • November 2, 2024

Using the API can be a bit cumbersome, as it requires multiple calls. A better alternative would be the Audit Trail app, which you can learn more about in this knowledge base article here.

If you really want to go the API route, I would combine the following calls:

 

I'm afraid this will cause downloading a lot of unnecessary data, but thanks for the advice anyway! 🙂