When I hit the https://coursemill.com/cm-server/api/v1/courses end point with a student’s token it returns a list of all the courses that student is enrolled in.
But what I need is a list of all the courses within an ORG. Unfortunately when I hit that end point with an Admin’s token I get the following error message:
“Parameter with that name [studentId] did not exist”
Is there a way (via the API) to get the full list of courses?