Skip to main content
{
	"completed": true,
	"course": {
		"experience": {
			"id": "exp_xxxxxxxxxxxxxx"
		},
		"id": "cors_xxxxxxxxxxxxx",
		"title": "Introduction to Technical Analysis"
	},
	"created_at": "2023-12-01T05:00:00.401Z",
	"id": "crsli_xxxxxxxxxxxx",
	"lesson": {
		"chapter": {
			"id": "chap_xxxxxxxxxxxxx"
		},
		"id": "lesn_xxxxxxxxxxxxx",
		"title": "Understanding Candlestick Patterns"
	},
	"user": {
		"id": "user_xxxxxxxxxxxxx",
		"name": "John Doe",
		"username": "johndoe42"
	}
}
completed
boolean
required
Whether the user has finished this lesson.
course
object
required
The course that contains the tracked lesson.
created_at
string<date-time>
required
The datetime the lesson interaction was created.Example: 2023-12-01T05:00:00.401Z
id
string
required
The unique identifier for the lesson interaction.Example: crsli_xxxxxxxxxxxx
lesson
object
required
The lesson that this progress record belongs to.
user
object
required
The user whose progress is being tracked.