headless_lms_server::controllers::main_frontend::organizations

Function get_organization

Source
async fn get_organization(
    organization_id: Path<Uuid>,
    pool: Data<PgPool>,
    file_store: Data<dyn FileStore>,
    app_conf: Data<ApplicationConfiguration>,
) -> ControllerResult<Json<Organization>>
Expand description

GET /api/v0/main-frontend/organizations/{organization_id} - Returns an organizations with id.