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