@jellyfin/sdk
    Preparing search index...

    Interface SessionApiGetSessionsRequest

    Request parameters for getSessions operation in SessionApi.

    SessionApiGetSessionsRequest

    interface SessionApiGetSessionsRequest {
        activeWithinSeconds?: number;
        controllableByUserId?: string;
        deviceId?: string;
    }
    Index

    Properties

    activeWithinSeconds?: number

    Optional. Filter by sessions that were active in the last n seconds.

    SessionApiGetSessions

    controllableByUserId?: string

    Filter by sessions that a given user is allowed to remote control.

    SessionApiGetSessions

    deviceId?: string

    Filter by device Id.

    SessionApiGetSessions