v1
latestOpenAPI 3.0.32026-07-262637132.9 KBCurriculum
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.
get/assessments
Query parameters
courseIdstring required
Unique identifier for the resource in Knowledge Graph
lessonIdstring
Unique identifier for the resource (cannot use with lessonGroupingId)
lessonGroupingIdstring
Unique identifier for the resource (cannot use with lessonId)
limitinteger
Maximum number of results to return
cursorstring
Pagination cursor obtained from the nextCursor field in a previous response (not needed for the first page)
Response
Successfully retrieved list of assessments