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

    Type Alias GetApiV1HistoryArtistData

    type GetApiV1HistoryArtistData = {
        body?: never;
        path?: never;
        query?: {
            artistId?: number;
            albumId?: number;
            eventType?: Lidarr.EntityHistoryEventType;
            includeArtist?: boolean;
            includeAlbum?: boolean;
            includeTrack?: boolean;
        };
        url: "/api/v1/history/artist";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: {
        artistId?: number;
        albumId?: number;
        eventType?: Lidarr.EntityHistoryEventType;
        includeArtist?: boolean;
        includeAlbum?: boolean;
        includeTrack?: boolean;
    }
    url: "/api/v1/history/artist"