GetProgramsDto
@Serializable
Get programs dto.
Constructors
Link copied to clipboard
constructor(channelIds: List<UUID>? = null, userId: UUID? = null, minStartDate: DateTime? = null, hasAired: Boolean? = null, isAiring: Boolean? = null, maxStartDate: DateTime? = null, minEndDate: DateTime? = null, maxEndDate: DateTime? = null, isMovie: Boolean? = null, isSeries: Boolean? = null, isNews: Boolean? = null, isKids: Boolean? = null, isSports: Boolean? = null, startIndex: Int? = null, limit: Int? = null, sortBy: List<ItemSortBy>? = null, sortOrder: List<SortOrder>? = null, genres: List<String>? = null, genreIds: List<UUID>? = null, enableImages: Boolean? = null, enableTotalRecordCount: Boolean = true, imageTypeLimit: Int? = null, enableImageTypes: List<ImageType>? = null, enableUserData: Boolean? = null, seriesTimerId: String? = null, librarySeriesId: UUID? = null, fields: List<ItemFields>? = null)
Properties
Link copied to clipboard
The channels to return guide information for.
Link copied to clipboard
Include image information in output.
Link copied to clipboard
The image types to include in the output.
Link copied to clipboard
A value indicating whether retrieve total record count.
Link copied to clipboard
Include user data.
Link copied to clipboard
Specify additional fields of information to return in the output.
Link copied to clipboard
The max number of images to return, per image type.
Link copied to clipboard
Filter by library series id.
Link copied to clipboard
The maximum premiere end date.
Link copied to clipboard
The maximum premiere start date.
Link copied to clipboard
The minimum premiere end date.
Link copied to clipboard
The minimum premiere start date.
Link copied to clipboard
Filter by series timer id.
Link copied to clipboard
Specify one or more sort orders, comma delimited. Options: Name, StartDate.
Link copied to clipboard
The record index to start at. All items with a lower index will be dropped from the results.