Get User Lesson Progress

Retrieves lesson progress for a specific user.

Returns a detailed snapshot of a user's progress in each lesson, including whether the lesson was opened or completed, the timestamps for each, and the final score achieved. It is helpful for understanding user engagement at the lesson level.

Path Params
string
required

User ID to filter by

Query Params
int32

[Optional] The number of items to return. Defaults to 25. You can specify a value between 1 to 1000.

int32

[Optional] The current page number. Default to 1. Must be at least 1.

string

[Optional] Course ID to filter by

date-time

[Optional] The minimum modified date of the lesson progress. Expects UTC date eg. 2019-12-31T06:30:00.

date-time

[Optional] The maximum modified date of the lesson progress. Expects UTC date eg. 2019-12-31T06:30:00.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json