@wildix/wim-knowledge-base-client > HistoryStatistics
HistoryStatistics interface
Signature:
export interface HistoryStatistics
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
(DailyStatistics)[] | undefined | (Optional) Daily breakdown of statistics for the last N days. Only present if daysBack is specified. | ||
number | Number of requests with no results (in the last N days if daysBack specified, otherwise all time) | ||
number | Number of search requests in the last N days (where N is daysBack) | ||
number | Number of unique users in the last N days | ||
number | Total number of all search requests (all time) | ||
number | Total number of unique users (all time) |