Interface StatsGetParams

interface StatsGetParams {
    app_id?: number;
    extended?: number | boolean;
    filters?: string | string[];
    group_id?: number;
    interval?: "all" | "day" | "month" | "year" | "week";
    intervals_count?: number;
    stats_groups?: string | string[];
    timestamp_from?: number;
    timestamp_to?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

app_id?: number

Application ID.

extended?: number | boolean
filters?: string | string[]
group_id?: number

Community ID.

interval?: "all" | "day" | "month" | "year" | "week"
intervals_count?: number
stats_groups?: string | string[]
timestamp_from?: number
timestamp_to?: number

Generated using TypeDoc