Skip to content

List app authors

GET
/api/v1/app/authors
curl --request GET \
--url 'http://127.0.0.1:58259/api/v1/app/authors?page=0&size=30&sort=name&dir=asc'

Retrieve paginated authors for the app with optional filtering and sorting.

page
integer format: int32
0
size
integer format: int32
default: 30
sort
string
default: name
dir
string
default: asc
libraryId
integer format: int64
search
string
hasPhoto
boolean

OK

Media type */*
object
content
Array<object>
object
id
integer format: int64
name
string
asin
string
bookCount
integer format: int32
hasPhoto
boolean
page
integer format: int32
size
integer format: int32
totalElements
integer format: int64
totalPages
integer format: int32
hasNext
boolean
hasPrevious
boolean