v1

latestOpenAPI 3.0.22026-07-26286974.7 KB
Courses

Fetch active enrolled students and student progress for a specific course.

get/v1/courses/{course_id}/enrollments

Path parameters

course_idinteger required

Return enrollments for a specific course by the unique course ID.

Query parameters

enrolled_in_afterstring date-time

Search for students who are enrolled after a specific date/time. Formatted in ISO8601.

enrolled_in_beforestring date-time

Search for students who are enrolled before a specific date/time. Formatted in ISO8601.

sort_direction'asc' | 'desc'

Enrollments are sorted by the 'enrolled_at' datetime. You can choose the direction by including the sort_direction param.

Response

200 response