Skip to content

Get a specific note

GET
/api/v2/book-notes/{noteId}
curl --request GET \
--url http://127.0.0.1:58259/api/v2/book-notes/1

Retrieve a specific note by its ID.

noteId
required
integer format: int64

ID of the note

Note returned successfully

Media type */*
object
id
integer format: int64
userId
integer format: int64
bookId
integer format: int64
cfi
string
selectedText
string
noteContent
string
color
string
chapterTitle
string
createdAt
string format: date-time
updatedAt
string format: date-time