Skip to main content

List books with advanced filtering

POST 

/api/v1/books/list

Supports complex filter conditions including nested AllOf/AnyOf logic, genre/tag filtering with include/exclude, and more.

Pagination parameters (page, pageSize, sort, full) are passed as query parameters. Filter conditions are passed in the request body.

Request

Responses

Paginated list of filtered books (returns FullBookListResponse when full=true)