Get User Lesson Progress Events

Retrieves lesson progress events for a specific user.

Returns a timeline of lesson progress activity for a specific user. Each event reflects an interaction with a lesson, such as when it was unlocked, opened, completed, or reset. This endpoint is useful for auditing user behavior and building learning timelines.

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 min date of the event. Expects UTC date eg. 2019-12-31T06:30:00.

date-time

[Optional] The max date of the event. 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