mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
8.6 KiB
8.6 KiB
GetWatchlistRequest
Fields
| Field | Type | Required | Description |
|---|---|---|---|
filter |
models.PathParamFilter | ✔️ | Filter |
sort |
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 |
models.Libtype | ➖ | The type of library to filter. Can be "movie" or "show", or all if not present. |
maxresults |
number | ➖ | 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 |
models.IncludeCollections | ➖ | include collections in the results |
includeExternalMedia |
models.IncludeExternalMedia | ➖ | include external media in the results |
xPlexToken |
string | ✔️ | User Token |
xPlexContainerStart |
number | ➖ | 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 |
number | ➖ | 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. |