Get a list of all quizzes from the school’s private library
Authentication with the “FERMION-API-KEY” header is required to use this endpoint.
Rate limit: Maximum 60 requests in a window of 1m.
cURL
curl --request POST \ --url https://backend.codedamn.com/api/public/get-all-quizzes \ --header 'Content-Type: application/json' \ --header 'FERMION-API-KEY: <api-key>' \ --data ' { "data": [ { "data": { "pageNumber": 2, "limit": 50.5 } } ] } '
[ { "output": { "status": "ok", "data": { "result": { "paginationMetadata": { "totalResultCount": 123, "totalPageCount": 123 }, "quizzes": [ { "quizId": "<string>", "createdAtIso": "2023-11-07T05:31:56Z", "title": "<string>" } ] } } } } ]
API Request Body
Show child attributes
Page number for pagination
x >= 1
Number of labs to fetch in one query
1 <= x <= 100
API Response Body
ok
Additional metadata for pagination.
Total number of quizzes in the school's private library
Total number of pages that can be queried
ID of quiz
1
The timestamp at which the quiz was created
Title of the quiz