Skip to content

List notebook books

GET
/api/v1/app/notebook/books
curl --request GET \
--url 'http://127.0.0.1:58259/api/v1/app/notebook/books?page=0&size=20'

Retrieve paginated books that contain notebook entries in the app.

page
integer format: int32
0
size
integer format: int32
default: 20
search
string

OK

Media type */*
object
content
Array<object>
object
bookId
integer format: int64
bookTitle
string
noteCount
integer format: int32
authors
Array<string>
coverUpdatedOn
string format: date-time
page
integer format: int32
size
integer format: int32
totalElements
integer format: int64
totalPages
integer format: int32
hasNext
boolean
hasPrevious
boolean