Optional
configuration: ConfigurationThe search term to filter on.
Optional
startIndex: numberOptional. The record index to start at. All items with a lower index will be dropped from the results.
Optional
limit: numberOptional. The maximum number of records to return.
Optional
userId: stringOptional. Supply a user id to search within a user's library or omit to search all.
Optional
includeItemTypes: BaseItemKind[]If specified, only results with the specified item types are returned. This allows multiple, comma delimited.
Optional
excludeItemTypes: BaseItemKind[]If specified, results with these item types are filtered out. This allows multiple, comma delimited.
Optional
mediaTypes: MediaType[]If specified, only results with the specified media types are returned. This allows multiple, comma delimited.
Optional
parentId: stringIf specified, only children of the parent are returned.
Optional
isMovie: booleanOptional filter for movies.
Optional
isSeries: booleanOptional filter for series.
Optional
isNews: booleanOptional filter for news.
Optional
isKids: booleanOptional filter for kids.
Optional
isSports: booleanOptional filter for sports.
Optional
includePeople: booleanOptional filter whether to include people.
Optional
includeMedia: booleanOptional filter whether to include media.
Optional
includeGenres: booleanOptional filter whether to include genres.
Optional
includeStudios: booleanOptional filter whether to include studios.
Optional
includeArtists: booleanOptional filter whether to include artists.
Optional
options: RawAxiosRequestConfigOverride http request option.
SearchApi - functional programming interface
Export