Skip to content

Get all shelves

GET
/api/v1/shelves
curl --request GET \
--url http://127.0.0.1:58259/api/v1/shelves

Retrieve a list of all shelves.

Shelves returned successfully

Media type */*
Array<object>
object
id
integer format: int64
name
string
icon
string
iconType
string
Allowed values: PRIME_NG CUSTOM_SVG
sort
object
field
string
direction
string
Allowed values: ASCENDING DESCENDING
userId
integer format: int64
publicShelf
boolean
bookCount
integer format: int32