Skip to main content
This endpoint returns a paginated list of all PDF quizzes on the platform, including each quiz’s question PDF information and the complete list of student submissions associated with it.

Endpoint

Required Role

Admin — you must authenticate with an admin-scoped Bearer token.

Required Headers

Query Parameters

integer
default:15
The maximum number of quiz records to return per page. Omit this parameter to use the default of 15.
integer | optional
string | optional
default:"1"
Filters quizzes and returns only student submissions updated at or after this ISO/Date timestamp

Example Request

Response

200 OK

Response Fields

array
An array of PDF quiz objects. Each object contains full quiz details and its associated student submissions.
object
Pagination metadata for the response.
Cursor links for navigating between pages.

Error Responses