Find Module Completion Status
Via the API, I can find information about course status for a user, but am struggling to both get and set completion status for a module within a course. When searching enrollments for a user, I see the list
The end goal is to figure out if a user has completed a previous module within a course, so that we can allow access to another module in an external application.
Thank you for any help!
EDIT: I found GET /loResourceGrades/{id} under /users with LEARNER permissions, where I can pass the "learningObjectResourceGrade" and get the status. *** I wish this was available to ADMIN users, as well, since only admins can update the status to complete. Now I will have to log in as a learner to get the status, and then log out the learner and log in as an admin to mark complete. ***
