pub async fn user_details_export(
course_id: Path<Uuid>,
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<HttpResponse>
Expand description
GET /api/v0/main-frontend/courses/${course.id}/export-user-details
gets SCV of user details for all users having submitted an exercise in the course