GET /api/bookmarks/bookmarks/user_iduser_id (string)📗 200 Success Response
Response Example:
{
"bookmarks": [
{
"Bookmark_ID": "2626f020-5713-42f4-8ed1-16d9829898a1",
"Cover": {
"Title": "Racism??",
"Record_ID": "1bc81ef4-969c-4b04-a8ed-e7601d0df92a",
"Description": "A flashcard for white people only"
}
}
]
}
❌ 404 Not Found Response
Response Example:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot GET /bookmarks/bookmark/ed592337-65b9-408f-bd44-ef7847b9fde8</pre>
</body>
</html>
⚠️ 500 Internal Server Error
Response Example:
{
"error": "invalid input syntax for type uuid: \\"ed592337-65b9-408f-bd44-ef7847b9fde\\""
}