mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 04:20:52 +00:00
5.2 KiB
5.2 KiB
GetSearchAllLibrariesRequest
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
query |
::String | ✔️ | The search query term. | |
client_id |
T.nilable(::String) | ➖ | An opaque identifier unique to the client (UUID, serial number, or other unique device ID) | 3381b62b-9ab7-4e37-827b-203e9809eb58 |
limit |
T.nilable(::Integer) | ➖ | Limit the number of results returned. | |
search_types |
T::Array<::PlexRubySDK::Operations::SearchTypes> | ➖ | A comma-separated list of search types to include. Valid values are: movies, music, otherVideos, people, tv. |
movies,music,otherVideos,people,tv |
include_collections |
T.nilable(::PlexRubySDK::Operations::QueryParamIncludeCollections) | ➖ | Whether to include collections in the search results. | 1 |
include_external_media |
T.nilable(::PlexRubySDK::Operations::QueryParamIncludeExternalMedia) | ➖ | Whether to include external media in the search results. | 1 |