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.
Documentation Index
Fetch the complete documentation index at: https://developers.smarterservices.com/llms.txt
Use this file to discover all available pages before exploring further.
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"
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).
Successful
The response is of type string.