Hi everyone,
I'm working with the Brightspace API and have successfully retrieved the classlist of a crosslisted (parent) course using:
GET /d2l/api/le/(version)/(orgUnitId)/classlist/
However, when I try to use the same endpoint to get the classlist of its section courses, I receive a 403 Forbidden error.
I've reviewed the D2L documentation but couldn't find a method to directly access the classlist of section org units. Is there an alternative API endpoint or recommended approach to retrieve the list of learners enrolled in a specific section?
Any guidance or examples would be greatly appreciated!
Thanks in advance.
Jerry