ExamCalendarService

class ExamCalendarService[source]

Methods

get_all

Get the exams that are scheduled, or have just finished.

get_all(*, page_size=20)[source]

Get the exams that are scheduled, or have just finished.

The exams returned are the ones of the courses the caller may see, so a global admin gets every tenant, a tenant admin their own tenant, and everybody else the courses they are enrolled in.

Parameters:
Returns:

The exams that have not ended more than a day ago, the ones starting first at the front.

Return type:

Response[ExamCalendarEntry]