Skip to content

Get annotations for a book

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

Retrieve all annotations for a specific book.

bookId
required
integer format: int64

ID of the book

Annotations returned successfully

Media type */*
Array<object>
object
id
integer format: int64
userId
integer format: int64
bookId
integer format: int64
cfi
string
text
string
color
string
style
string
note
string
chapterTitle
string
createdAt
string format: date-time
updatedAt
string format: date-time