mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 04:20:46 +00:00
5.8 KiB
5.8 KiB
GetSearchAllLibrariesRequest
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
query |
String | ✔️ | The search query term. | |
clientID |
String | ✔️ | An opaque identifier unique to the client (UUID, serial number, or other unique device ID) | 3381b62b-9ab7-4e37-827b-203e9809eb58 |
limit |
Optional<Long> | ➖ | Limit the number of results returned. | |
searchTypes |
List<SearchTypes> | ➖ | A comma-separated list of search types to include. Valid values are: movies, music, otherVideos, people, tv. |
movies,music,otherVideos,people,tv |
includeCollections |
Optional<GetSearchAllLibrariesQueryParamIncludeCollections> | ➖ | Whether to include collections in the search results. | 1 |
includeExternalMedia |
Optional<GetSearchAllLibrariesQueryParamIncludeExternalMedia> | ➖ | Whether to include external media in the search results. | 1 |