List quiz responses for a user

🚧 Beta: This endpoint may not be available yet and may change without notice.
Contact support to request access.

Retrieve a paginated history of quiz responses for a specific user.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

User ID. Malformed values return 400; missing users return 404.

Query Params
integer

Lecture ID filter; returns 404 when the lecture does not exist, 400 when the value is not an integer

integer

Course ID filter; returns 404 when the course does not exist, 400 when the value is not an integer

string

Sort field (submitted_at, updated_at, created_at)

string

Sort direction (asc, desc)

string

When true, include the submitted answers object on each quiz response. Omit or set to false to exclude answers (default).

string

ISO8601 datetime; invalid values return 400. Date range between submitted_after and submitted_before cannot exceed 90 days.

string

ISO8601 datetime; invalid values return 400. Date range between submitted_after and submitted_before cannot exceed 90 days.

integer
≄ 1

Page number (default: 1, min: 1)

integer
1 to 100

Items per page (default: 20, min: 1, max: 100)

Headers
string
required

Generated Admin API key

Responses

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