get_libraries_by_id_items
Fetch a library's items by ID with optional sorting, filtering, including RSS feed, and collapsing series options.
Instructions
Get items in a library.
GET /api/libraries/{id}/items
Args:
id: Path parameter.
sort: The field to sort by from the request.
filter: The filter for the library.
include: The fields to include in the response. The only current option is rssfeed.
collapse_series: Whether to collapse series into a single cover
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| sort | No | ||
| filter | No | ||
| include | No | ||
| collapse_series | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |