cURL
curl --request GET \ --url http://localhost:8787/api/v1/bookmarks
{ "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 bookmarked quizzes with pagination
singleplayer
multiplayer
document
random
x >= 1
1 <= x <= 100
Bookmarked quizzes retrieved successfully
The response is of type object.
object