I am working with valence API to get the completion summary for a Topic/or a Module.
I can get all the modules and its topics under a course offering using the call /d2l/api/le/(Version)/(OrgUnitID)/content/root/ , but how to get the completion summary or status for topics/modules (like which all users have completed the topic/module)?
I can see that only way to get the completion details is in the course offering level by calling /d2l/api/le/(version)/(orgUnitID)/grades/courseCompletion/
Can anyone please help me on this?