pub async fn get_generated_certificate(
certificate_configuration_id: Path<Uuid>,
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<Option<GeneratedCertificate>>>
Expand description
GET /api/v0/main-frontend/certificates/get-by-configuration-id/{certificate_configuration_id}
Fetches the user’s certificate for the given course module and course instance.