Hello community,
I’m trying to GET some information. The objetive is to retrieve data on course completions, including which users have completed which courses.
At the moment I’m looking at /learn/v1/enrollments/{id_course}/{id_user}, because it has a “course_complete_date” and “enroll_begin_date” fields, but I need something more objective like a list of all completed courses and the users involved.
Is there an endpoint that can supply that kind of work?
Thank you very much!