List series with advanced filtering
POST/api/v1/series/list
Supports complex filter conditions including nested AllOf/AnyOf logic, genre/tag filtering with include/exclude, and more.
Pagination parameters (page, pageSize, sort) are passed as query parameters. Filter conditions are passed in the request body.
Request
Responses
- 200
- 403
Paginated list of filtered series (returns FullSeriesListResponse when full=true)
Forbidden