Assessments in a course
Fetches assessments for a course with optional filtering by lesson or lesson grouping.
Assessments can be associated with different levels of the curriculum hierarchy:
- Course-level: All assessments in the course
- Lesson grouping-level: Assessments for a unit, section, or module (e.g., “End-of-Unit Assessment”)
- Lesson-level: Assessments specific to a lesson
Use this endpoint when you need to:
- Get all assessments for a course
- Find assessments for a specific lesson grouping (unit, section, module)
- Find assessments for a specific lesson
- Build assessment reports or tracking systems
Note: You cannot provide both lessonId and lessonGroupingId in the same request.
Documentation Index
Fetch the complete documentation index at: https://docs.learningcommons.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Include your API key in the x-api-key header for all requests.
Query Parameters
The unique identifier of the course
Filter to assessments for a specific lesson (cannot be used with lessonGroupingId)
Filter to assessments for a specific lesson grouping (cannot be used with lessonId)
Maximum number of results to return. Default is 100. Maximum allowed is 1000.
1 <= x <= 1000Cursor for pagination. Obtain this value from the 'nextCursor' field in the previous response. Omit for the first page.