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?
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:
- get/learn/v1/enrollments/{id_course}/{id_user}
- get/learn/v1/courses/{id}/sessions
- get/manage/v1/user/{user_id}
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:
- get/learn/v1/enrollments/{id_course}/{id_user}
- get/learn/v1/courses/{id}/sessions
- get/manage/v1/user/{user_id}
I'm afraid this will cause downloading a lot of unnecessary data, but thanks for the advice anyway!
Reply
Log in to Docebo Community
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Docebo Employee Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.