Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias GetApiV3BlocklistData

    type GetApiV3BlocklistData = {
        body?: never;
        path?: never;
        query?: {
            page?: number;
            pageSize?: number;
            sortKey?: string;
            sortDirection?: Radarr.SortDirection;
            movieIds?: number[];
            protocols?: Radarr.DownloadProtocol[];
        };
        url: "/api/v3/blocklist";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: {
        page?: number;
        pageSize?: number;
        sortKey?: string;
        sortDirection?: Radarr.SortDirection;
        movieIds?: number[];
        protocols?: Radarr.DownloadProtocol[];
    }
    url: "/api/v3/blocklist"