Get course progress
Get the course progress for a student in a course.
Returns a list of assessment line items for the course and student.
A type “component” indicates a component of the lesson plan such as a unit or lesson.
A type “resource” indicates a resource such as a video, audio, or document file as well as a quiz or question.
Each line item contains a list of assessment results in the results attribute, related to student and course.
Filtering by Lesson
You can optionally filter the results to only include line items for a specific lesson by providing the lessonId query parameter with the component resource ID.
Documentation Index
Fetch the complete documentation index at: https://docs.timeback.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Optional component resource ID to filter results by a specific lesson
1"lesson-123"
Response
Course progress
Assessment line items for the course and student
- Option 1
- Option 2