Files
plexpy/docs/models/operations/getwatchlistrequest.md

11 KiB
Raw Blame History

GetWatchListRequest

Fields

Field Type Required Description Example
filter_ operations.Filter ✔️ Filter
x_plex_token str ✔️ An authentication token, obtained from plex.tv CV5xoxjTpFKUzBTShsaf
sort Optional[str] 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[operations.Libtype] The type of library to filter. Can be "movie" or "show", or all if not present.
maxresults Optional[int] 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.
include_collections Optional[operations.IncludeCollections] include collections in the results
include_external_media Optional[operations.IncludeExternalMedia] include external media in the results
x_plex_container_start Optional[int] 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.
By default this is 0
0
x_plex_container_size Optional[int] 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.
By default this is 50
50