cURL
curl --request GET \ --url http://localhost:8787/api/v1/history
{ "data": [ { "id": "<string>", "title": "<string>", "date": "<string>", "score": 123, "correct": 123, "incorrect": 123, "type": "<string>", "isBookmarked": true, "totalTime": "<string>", "passed": true } ], "pagination": { "page": 123, "limit": 123, "totalItems": 123, "totalPages": 123, "hasNextPage": true, "hasPreviousPage": true } }
Get user’s quiz history with optional filtering
singleplayer
multiplayer
document
random
x >= 1
1 <= x <= 100
Quiz history retrieved successfully
The response is of type object.
object