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

    Type Alias GetApiV1HistoryData

    type GetApiV1HistoryData = {
        body?: never;
        path?: never;
        query?: {
            page?: number;
            pageSize?: number;
            sortKey?: string;
            sortDirection?: Lidarr.SortDirection;
            includeArtist?: boolean;
            includeAlbum?: boolean;
            includeTrack?: boolean;
            eventType?: number[];
            albumId?: number;
            downloadId?: string;
            artistIds?: number[];
            quality?: number[];
        };
        url: "/api/v1/history";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: {
        page?: number;
        pageSize?: number;
        sortKey?: string;
        sortDirection?: Lidarr.SortDirection;
        includeArtist?: boolean;
        includeAlbum?: boolean;
        includeTrack?: boolean;
        eventType?: number[];
        albumId?: number;
        downloadId?: string;
        artistIds?: number[];
        quality?: number[];
    }
    url: "/api/v1/history"