Gets the attendees list for a course
GET/api/learning/courses/:courseId/attendees
Retrieves attendees that have been registered for the specified course.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Returns a paged response containing attendees for the specified course.
Bad Request: Invalid parameters.
Unauthorized: Invalid Access Token.
Forbidden: Insufficient permissions.
Internal Server Error: An unexpected error occurred.