You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by gi...@apache.org on 2021/05/02 11:12:23 UTC

[incubator-ponymail-site] branch asf-site updated: Automatic Site Publish by Buildbot

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6b3fb65  Automatic Site Publish by Buildbot
6b3fb65 is described below

commit 6b3fb65a448f06b0f123be0db84d47c545037140
Author: buildbot <us...@infra.apache.org>
AuthorDate: Sun May 2 11:12:19 2021 +0000

    Automatic Site Publish by Buildbot
---
 content/docs/api.html | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/content/docs/api.html b/content/docs/api.html
index f626894..e5292b1 100644
--- a/content/docs/api.html
+++ b/content/docs/api.html
@@ -68,11 +68,12 @@
 
 <h3 id='fetchinglistdata'>Fetching list data<a href='#fetchinglistdata' style='color: rgba(0,0,0,0);'>&para;</a></h3>
 <p>Usage:
-<code>GET /api/stats.lua?list=$list&amp;domain=$domain[&amp;d=$timespan][&amp;q=$query][&amp;header_from=$from][&amp;header_to=$to][&amp;header_subject=$subject][&amp;header_body=$body][&amp;quick][&amp;s=$s&amp;e=$e]</code></p>
+<code>GET /api/stats.lua?list=$list&amp;domain=$domain[&amp;d=$timespan][&amp;q=$query][&amp;header_from=$from][&amp;header_to=$to][&amp;header_subject=$subject][&amp;header_body=$body][&amp;quick][&amp;emailsOnly][&amp;s=$s&amp;e=$e]</code></p>
+<p>See below for details of <a href="#Timespans">timespan</a> values</p>
 <p>Parameters:</p>
 <pre><code>- $list: The list prefix (e.g. `dev`). Wildcards may be used
 - $domain: The list domain (e.g. `httpd.apache.org`). Wildcards may be used
-- $timespan: A [timespan](#Timespans) value
+- $timespan: A timespan value (see below)
 - $s: yyyy-mm start of month (day 1)
 - $e: yyyy-mm end of month (last day)
 - $query: A search query (may contain wildcards or negations):
@@ -83,6 +84,8 @@
 - $to: Optional To: address
 - $subject: Optional Subject: line
 - $body: Optional body text
+- quick: send statistics only (exclude emails, participants, threadstruct, word-cloud)
+- emailsOnly: return email summaries only (omit thread_struct, top 10 participants and word-cloud)
 </code></pre>
 <p>Response example:</p>
 <pre>