Question

API To Extract Learning History

  • 15 March 2023
  • 3 replies
  • 54 views

Hi,

We want to send the Learning History of users to a downstream system, the current plan is to run this Integration once a day and share the updates to the downstream system.

Which API Endpoint can we use to extract this information from Docebo API’s?

Thanks!

Himanshu Arora.


3 replies

Userlevel 7
Badge +7

check under the Enrolment area

https://doceboapi.docebosaas.com/api-browser/#!/learn/Enrollment/Enrollment_learn_v1_enrollments

Hey @lrnlab,

Thanks for the reply. I don’t see any operation that can return the completed learnings in a day (for all users) under the enrollment api. Just out of curiosity, what was the operation you recommended under the enrollments? 

Thanks!

Himanshu Arora.

Userlevel 7
Badge +7

I’m not an API expert but looking at the code, you might need to get an IT person to code it so it can run aa script to run through all your courses; seems this and other APIs only run 1 query at a time.

Reply