Files
plexjava/docs/models/operations/GetWatchlistRequest.md
2024-07-01 16:03:10 +00:00

16 lines
8.6 KiB
Markdown

# GetWatchlistRequest
## Fields
| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `filter` | [lukehagar.plexapi.plexapi.models.operations.PathParamFilter](../../models/operations/PathParamFilter.md) | :heavy_check_mark: | Filter |
| `sort` | *Optional<? extends String>* | :heavy_minus_sign: | In the format "field:dir". Available fields are "watchlistedAt" (Added At),<br/>"titleSort" (Title), "originallyAvailableAt" (Release Date), or "rating" (Critic Rating).<br/>"dir" can be "asc" or "desc"<br/> |
| `libtype` | [Optional<? extends lukehagar.plexapi.plexapi.models.operations.Libtype>](../../models/operations/Libtype.md) | :heavy_minus_sign: | The type of library to filter. Can be "movie" or "show", or all if not present.<br/> |
| `maxresults` | *Optional<? extends Integer>* | :heavy_minus_sign: | The number of items to return. If not specified, all items will be returned.<br/>If the number of items exceeds the limit, the response will be paginated.<br/> |
| `includeCollections` | [Optional<? extends lukehagar.plexapi.plexapi.models.operations.IncludeCollections>](../../models/operations/IncludeCollections.md) | :heavy_minus_sign: | include collections in the results<br/> |
| `includeExternalMedia` | [Optional<? extends lukehagar.plexapi.plexapi.models.operations.IncludeExternalMedia>](../../models/operations/IncludeExternalMedia.md) | :heavy_minus_sign: | include external media in the results<br/> |
| `xPlexToken` | *String* | :heavy_check_mark: | User Token |
| `xPlexContainerStart` | *Optional<? extends Integer>* | :heavy_minus_sign: | The index of the first item to return. If not specified, the first item will be returned.<br/>If the number of items exceeds the limit, the response will be paginated.<br/> |
| `xPlexContainerSize` | *Optional<? extends Integer>* | :heavy_minus_sign: | The number of items to return. If not specified, all items will be returned.<br/>If the number of items exceeds the limit, the response will be paginated.<br/> |