List Exams
Returns a paginated list of exams belonging to the specified course.
Supports filtering with includeStatusSummary to include enrollment status counts per exam.
Supports sorting by title, examOpenDate, or scheduleOpenDate.
Authorizations
Path Parameters
Unique SID of the application install. Pattern: AI + 32 hex chars.
^AI[a-f0-9]{32}$"AI1234567890abcdef1234567890abcdef"
Unique SID of the course. Pattern: CU + 32 hex chars.
^CU[a-f0-9]{32}$"CU1234567890abcdef1234567890abcdef"
Query Parameters
Zero-based offset for pagination.
x >= 00
Maximum number of exam records to return.
x >= 050
When true, includes a summary of enrollment statuses (e.g., scheduled, completed, not started) for each exam.
true
Array of field names to sort by. Valid values: title, examOpenDate, scheduleOpenDate.
title, examOpenDate, scheduleOpenDate Sort direction. ASC for ascending or DESC for descending.
ASC, DESC Date of birth filter (internal use).
Response
Successful
The response is of type string.
