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.
Authorizations
API key for authentication
Query Parameters
Unique identifier for the resource in Knowledge Graph
Unique identifier for the resource (cannot use with lessonGroupingId)
Unique identifier for the resource (cannot use with lessonId)
Maximum number of results to return
1 <= x <= 1000Pagination cursor obtained from the nextCursor field in a previous response (not needed for the first page)