pub async fn export_json(
__arg0: State<AnalyticsV2State>,
__arg1: Query<AnalyticsQuery>,
) -> Result<(StatusCode, String), StatusCode>Expand description
GET /api/v2/analytics/export/json
Export analytics data to JSON format
pub async fn export_json(
__arg0: State<AnalyticsV2State>,
__arg1: Query<AnalyticsQuery>,
) -> Result<(StatusCode, String), StatusCode>GET /api/v2/analytics/export/json
Export analytics data to JSON format