Fetches assessments for a course with optional filtering by lesson or lesson grouping.
Assessments can be associated with different levels of the curriculum hierarchy:
Use this endpoint when you need to:
Note: You cannot provide both lessonId and lessonGroupingId in the same request.
API key for authentication. Include your API key in the x-api-key header for all requests.
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.