organizations
organizations

Current Session

Public: resolve a school slug to its live/imminent session room, if any.

Cached per (school, viewer, link, section) for at most 60s — see the cache block at the top of this module, and _current_session_ttl for why a NEGATIVE answer is not cached past the moment the next class opens. The resolution itself is unchanged and lives in _resolve_current_session.

get/organizations/by-slug/{slug}/current-session

Path parameters

slugstring required

Query parameters

codestring nullable
group_idstring nullable

Headers

authorizationstring nullable

Response

Successful Response

{"stackTrail":"paths:/organizations/by-slug/{slug}/current-session:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes