ExamCalendarService¶
- class ExamCalendarService[source]¶
Methods
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:
page_size (
int) – The size of a single page, maximum is 50.
- Returns:
The exams that have not ended more than a day ago, the ones starting first at the front.
- Return type:
Response[ExamCalendarEntry]