Retrieve course lesson interaction
Retrieves the details of an existing course lesson interaction.
Required permissions:
courses:readcourse_analytics:read
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Path Parameters
The unique identifier of the lesson interaction to retrieve.
"crsli_xxxxxxxxxxxx"
Response
A successful response
A record of a user's progress on a specific lesson, tracking whether they have completed it.
Whether the user has finished this lesson.
The course that contains the tracked lesson.
The datetime the lesson interaction was created.
"2023-12-01T05:00:00.401Z"
The unique identifier for the lesson interaction.
"crsli_xxxxxxxxxxxx"
The lesson that this progress record belongs to.
The user whose progress is being tracked.

