Optional
configuration: ConfigurationThe year.
Optional
userId: stringOptional. Filter by user id, and attach user data.
Optional
options: RawAxiosRequestConfigOverride http request option.
Optional
startIndex: numberSkips over a given number of items within the results. Use for paging.
Optional
limit: numberOptional. The maximum number of records to return.
Optional
sortOrder: SortOrder[]Sort Order - Ascending,Descending.
Optional
parentId: stringSpecify this to localize the search to a specific item or folder. Omit to use the root.
Optional
fields: ItemFields[]Optional. Specify additional fields of information to return in the output.
Optional
excludeItemTypes: BaseItemKind[]Optional. If specified, results will be excluded based on item type. This allows multiple, comma delimited.
Optional
includeItemTypes: BaseItemKind[]Optional. If specified, results will be included based on item type. This allows multiple, comma delimited.
Optional
mediaTypes: MediaType[]Optional. Filter by MediaType. Allows multiple, comma delimited.
Optional
sortBy: ItemSortBy[]Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
Optional
enableUserData: booleanOptional. Include user data.
Optional
imageTypeLimit: numberOptional. The max number of images to return, per image type.
Optional
enableImageTypes: ImageType[]Optional. The image types to include in the output.
Optional
userId: stringUser Id.
Optional
recursive: booleanSearch recursively.
Optional
enableImages: booleanOptional. Include image information in output.
Optional
options: RawAxiosRequestConfigOverride http request option.
YearsApi - functional programming interface
Export