Retrieves the details of an existing course lesson interaction.
Required permissions:
courses:readcourse_analytics:readA company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
The unique identifier of the lesson interaction to retrieve.
"crsli_xxxxxxxxxxxx"
A successful response
A record of a user's progress on a specific lesson, tracking whether they have completed it.
The unique identifier for the lesson interaction.
"crsli_xxxxxxxxxxxx"
Whether the user has finished this lesson.
The datetime the lesson interaction was created.
"2023-12-01T05:00:00.401Z"
The lesson that this progress record belongs to.
The user whose progress is being tracked.
The course that contains the tracked lesson.