Endpoint
Required Role
Admin — you must authenticate with an admin-scoped Bearer token.Required Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Accept | application/json |
Path Parameters
The unique ID of the PDF quiz you want to retrieve.
Example Request
Response
200 OK
Response Fields
A single PDF quiz object containing full details and all associated student submissions.
Error Responses
| Status | Message | Cause |
|---|---|---|
403 | Unauthorized Access | The token provided does not belong to an admin account. |
404 | Not Found | No quiz exists with the specified id. |

