Skip to content

Get bookmarks for a book

GET
/api/v1/bookmarks/book/{bookId}
curl --request GET \
--url http://127.0.0.1:58259/api/v1/bookmarks/book/1

Retrieve all bookmarks for a specific book.

bookId
required
integer format: int64

ID of the book

Bookmarks returned successfully

Media type */*
Array<object>
object
id
integer format: int64
userId
integer format: int64
bookId
integer format: int64
cfi
string
positionMs
integer format: int64
trackIndex
integer format: int32
pageNumber
integer format: int32
title
string
color
string
notes
string
priority
integer format: int32
createdAt
string format: date-time
updatedAt
string format: date-time