getResumeItems

suspend fun getResumeItems(userId: ERROR CLASS: Symbol not found for UUID?? = null, startIndex: Int? = null, limit: Int? = null, searchTerm: String? = null, parentId: ERROR CLASS: Symbol not found for UUID?? = null, fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList(), mediaTypes: Collection<ERROR CLASS: Symbol not found for MediaType>? = emptyList(), enableUserData: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ERROR CLASS: Symbol not found for ImageType>? = emptyList(), excludeItemTypes: Collection<ERROR CLASS: Symbol not found for BaseItemKind>? = emptyList(), includeItemTypes: Collection<ERROR CLASS: Symbol not found for BaseItemKind>? = emptyList(), enableTotalRecordCount: Boolean? = true, enableImages: Boolean? = true, excludeActiveSessions: Boolean? = false): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>

Gets items based on a query.

Parameters

userId

The user id.

startIndex

The start index.

limit

The item limit.

searchTerm

The search term.

parentId

Specify this to localize the search to a specific item or folder. Omit to use the root.

fields

Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines.

mediaTypes

Optional. Filter by MediaType. Allows multiple, comma delimited.

enableUserData

Optional. Include user data.

imageTypeLimit

Optional. The max number of images to return, per image type.

enableImageTypes

Optional. The image types to include in the output.

excludeItemTypes

Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.

includeItemTypes

Optional. If specified, results will be filtered based on the item type. This allows multiple, comma delimited.

enableTotalRecordCount

Optional. Enable the total record count.

enableImages

Optional. Include image information in output.

excludeActiveSessions

Optional. Whether to exclude the currently active sessions.


suspend fun getResumeItems(request: ERROR CLASS: Symbol not found for GetResumeItemsRequest = GetResumeItemsRequest()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>

Gets items based on a query.

Parameters

request

The request parameters