mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 20:47:45 +00:00
8.6 KiB
8.6 KiB
GetWatchlistRequest
Fields
| Field | Type | Required | Description |
|---|---|---|---|
filter |
lukehagar.plexapi.plexapi.models.operations.PathParamFilter | ✔️ | Filter |
sort |
Optional<? extends String> | ➖ | In the format "field:dir". Available fields are "watchlistedAt" (Added At), "titleSort" (Title), "originallyAvailableAt" (Release Date), or "rating" (Critic Rating). "dir" can be "asc" or "desc" |
libtype |
Optional<? extends lukehagar.plexapi.plexapi.models.operations.Libtype> | ➖ | The type of library to filter. Can be "movie" or "show", or all if not present. |
maxresults |
Optional<? extends Integer> | ➖ | The number of items to return. If not specified, all items will be returned. If the number of items exceeds the limit, the response will be paginated. |
includeCollections |
Optional<? extends lukehagar.plexapi.plexapi.models.operations.IncludeCollections> | ➖ | include collections in the results |
includeExternalMedia |
Optional<? extends lukehagar.plexapi.plexapi.models.operations.IncludeExternalMedia> | ➖ | include external media in the results |
xPlexToken |
String | ✔️ | User Token |
xPlexContainerStart |
Optional<? extends Integer> | ➖ | The index of the first item to return. If not specified, the first item will be returned. If the number of items exceeds the limit, the response will be paginated. |
xPlexContainerSize |
Optional<? extends Integer> | ➖ | The number of items to return. If not specified, all items will be returned. If the number of items exceeds the limit, the response will be paginated. |