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>", "multiplayerScore": 123, "multiplayerCorrect": 123, "passed": true } ], "pagination": { "page": 123, "limit": 123, "totalItems": 123, "totalPages": 123, "hasNextPage": true, "hasPreviousPage": true } }
Search user’s quiz history with optional filtering
Documentation IndexFetch the complete documentation index at: https://docs.intelliq.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.intelliq.dev/llms.txt
Use this file to discover all available pages before exploring further.
Quiz history retrieved successfully
Show child attributes