cURL
curl --request POST \ --url http://localhost:8787/api/v1/history/search \ --header 'Content-Type: application/json' \ --data '{ "query": "<string>", "page": 1, "limit": 10 }'
{ "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 } }
Search user’s quiz history with optional filtering
Quiz history retrieved successfully
Show child attributes