@jellyfin/sdk
    Preparing search index...

    Interface LiveTvApiGetTimersRequest

    Request parameters for getTimers operation in LiveTvApi.

    LiveTvApiGetTimersRequest

    interface LiveTvApiGetTimersRequest {
        channelId?: string;
        isActive?: boolean;
        isScheduled?: boolean;
        seriesTimerId?: string;
    }
    Index

    Properties

    channelId?: string

    Optional. Filter by channel id.

    LiveTvApiGetTimers

    isActive?: boolean

    Optional. Filter by timers that are active.

    LiveTvApiGetTimers

    isScheduled?: boolean

    Optional. Filter by timers that are scheduled.

    LiveTvApiGetTimers

    seriesTimerId?: string

    Optional. Filter by timers belonging to a series timer.

    LiveTvApiGetTimers