mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 12:47:44 +00:00
8.6 KiB
8.6 KiB
GetWatchlistRequest
Fields
| Field | Type | Required | Description |
|---|---|---|---|
filter |
::OpenApiSDK::Operations::Filter | ✔️ | Filter |
sort |
T.nilable(::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 |
T.nilable(::OpenApiSDK::Operations::Libtype) | ➖ | The type of library to filter. Can be "movie" or "show", or all if not present. |
maxresults |
T.nilable(::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. |
include_collections |
T.nilable(::OpenApiSDK::Operations::IncludeCollections) | ➖ | include collections in the results |
include_external_media |
T.nilable(::OpenApiSDK::Operations::IncludeExternalMedia) | ➖ | include external media in the results |
x_plex_token |
::String | ✔️ | User Token |
x_plex_container_start |
T.nilable(::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. |
x_plex_container_size |
T.nilable(::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. |