Retrieve aggregated statistics for an applicationAsk AIget https://api.indigitall.com/v2/stats/chat/application/{applicationId}/summaryReturns consolidated statistics for the specified application within the given date range.Path ParamsapplicationIdint64requiredThe ID of the application for which to retrieve statistics.Query ParamsdateFromstringrequiredRetrieve statistics for messages after the specified timestamp. Format: YYYY-MM-DD. The maximum period of time that can be selected between dateFrom and dateTo is equal to 90 days.dateTostringrequiredRetrieve statistics for messages before the specified timestamp. Format: YYYY-MM-DD. The maximum period of time that can be selected between dateFrom and dateTo is equal to 90 days.periodicitystringenumrequiredDefaults to dailyDetermines the time interval for data aggregation. Hourly provides more granular data, while daily gives a broader overview.hourlydailyAllowed:hourlydailyResponses 200Aggregated statistics for the specified application. 400The request could not be understood or was missing required parameters. 401Authentication failed or user does not have permissions for the desired action. 403The server understood the request, but refuses to authorize it. 404The requested resource could not be found. 500The server encountered an unexpected condition that prevented it from fulfilling the request.Updated 14 days ago