get_chapter_lock_preview

Function get_chapter_lock_preview 

Source
async fn get_chapter_lock_preview(
    chapter_id: Path<Uuid>,
    pool: Data<PgPool>,
    user: AuthUser,
) -> ControllerResult<Json<ChapterLockPreview>>
Expand description

GET /api/v0/course-material/chapters/:chapter_id/lock-preview - Preview lock chapter

Returns information about unreturned exercises in the chapter before locking.