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

    Type Alias GetApiV1HistoryAuthorData

    type GetApiV1HistoryAuthorData = {
        body?: never;
        path?: never;
        query?: {
            authorId?: number;
            bookId?: number;
            eventType?: Readarr.EntityHistoryEventType;
            includeAuthor?: boolean;
            includeBook?: boolean;
        };
        url: "/api/v1/history/author";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: {
        authorId?: number;
        bookId?: number;
        eventType?: Readarr.EntityHistoryEventType;
        includeAuthor?: boolean;
        includeBook?: boolean;
    }
    url: "/api/v1/history/author"