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

    Type Alias GetApiV1HistorySinceData

    type GetApiV1HistorySinceData = {
        body?: never;
        path?: never;
        query?: {
            date?: string;
            eventType?: Readarr.EntityHistoryEventType;
            includeAuthor?: boolean;
            includeBook?: boolean;
        };
        url: "/api/v1/history/since";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: {
        date?: string;
        eventType?: Readarr.EntityHistoryEventType;
        includeAuthor?: boolean;
        includeBook?: boolean;
    }
    url: "/api/v1/history/since"