Dear community,
Can you please help me to figure the best way how to retrieve user learning plan data by API?
I need information on user learning plan progress and how many courses from each learning plans are passed.
Learning plan progress I can retrieve by: /learningplan/v1/learningplans/enrollments
But is it possible to get the review of user all enrolled learning plans courses progress ?
API: /learningplan/v1/learningplans/4/courses/enrollments allows to do it but only for one learning plan at the time, which is not optimal for me.
Or at least, I need to know how many courses each learning plan has, so I can calculate the number of completed courses knowing progress percentage.
Thank you for the advice in advance!