GetQueryFiltersRequest

data class GetQueryFiltersRequest(val userId: UUID? = null, val parentId: UUID? = null, val includeItemTypes: Collection<BaseItemKind>? = null, val isAiring: Boolean? = null, val isMovie: Boolean? = null, val isSports: Boolean? = null, val isKids: Boolean? = null, val isNews: Boolean? = null, val isSeries: Boolean? = null, val recursive: Boolean? = null)

Query filters.

Constructors

Link copied to clipboard
constructor(userId: UUID? = null, parentId: UUID? = null, includeItemTypes: Collection<BaseItemKind>? = null, isAiring: Boolean? = null, isMovie: Boolean? = null, isSports: Boolean? = null, isKids: Boolean? = null, isNews: Boolean? = null, isSeries: Boolean? = null, recursive: Boolean? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard
val isAiring: Boolean? = null

Optional. Is item airing.

Link copied to clipboard
val isKids: Boolean? = null

Optional. Is item kids.

Link copied to clipboard
val isMovie: Boolean? = null

Optional. Is item movie.

Link copied to clipboard
val isNews: Boolean? = null

Optional. Is item news.

Link copied to clipboard
val isSeries: Boolean? = null

Optional. Is item series.

Link copied to clipboard
val isSports: Boolean? = null

Optional. Is item sports.

Link copied to clipboard
val parentId: UUID? = null

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

Link copied to clipboard
val recursive: Boolean? = null

Optional. Search recursive.

Link copied to clipboard
val userId: UUID? = null

Optional. User id.