Skip to main content

get_completions

Function get_completions 

Source
async fn get_completions(
    course_id: Path<Uuid>,
    payload: Json<UserIdsPayload>,
    pool: Data<PgPool>,
    user: AuthUser,
) -> ControllerResult<Json<Vec<CompletionGridRow>>>
Expand description

POST /api/v0/main-frontend/courses/{course_id}/students/completions