Skip to content

Get notes for a book

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

Retrieve all notes for a specific book.

bookId
required
integer format: int64

ID of the book

Notes returned successfully

Media type */*
Array<object>
object
id
integer format: int64
userId
integer format: int64
bookId
integer format: int64
title
string
content
string
createdAt
string format: date-time
updatedAt
string format: date-time