async fn get_organization_id(
    course_instance_id: Path<Uuid>,
    pool: Data<PgPool>,
    user: AuthUser,
) -> ControllerResult<Json<Uuid>>
Expand description

GET /api/v8/course-instances/:course_instance - Gets a course instance by id.

§Example

Request: GET /api/v8/course-instances/e051ddb5-2128-4215-adda-ebd74a0ea46b