dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #29504
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 1031: Minor
------------------------------------------------------------
revno: 1031
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Mon 2014-04-21 14:11:48 +0200
message:
Minor
modified:
src/docbkx/en/dhis2_user_man_web_api.xml
--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs
Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml'
--- src/docbkx/en/dhis2_user_man_web_api.xml 2014-04-18 14:01:10 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml 2014-04-21 12:11:48 +0000
@@ -3433,6 +3433,9 @@
<screen>&dimension=UXz7xuGCEhU:GT:2000&dimension=UXz7xuGCEhU:LT:4000</screen>
<para>You can filter the "Age" data element for multiple, specific ages using the IN operator
like this:<screen>&dimension=qrur9Dvnyt5:IN:18;19;20</screen></para>
+ <para>You can specify multiple filters for a given item by repeating the operator and filter
+ components:</para>
+ <screen>&dimension=qrur9Dvnyt5:GT:5;LT;15</screen>
<para>The available operators are listed below.</para>
<table frame="all">
<title>Filter operators</title>
@@ -3823,11 +3826,11 @@
<para>The resource tables are used internally by the DHIS 2 application for various analysis
functions. These tables are also valuable for users writing advanced SQL reports. They can be
generated with a POST or PUT request to the following URL:</para>
- <screen>http://<server-url>/api/resourceTables</screen>
+ <screen>api/resourceTables</screen>
<para>The analytics tables are optimized for data aggregation and used currently in DHIS 2 for
the pivot table module. The analytics tables can be generated with a POST or PUT request
to:</para>
- <screen>http://<server-url>/api/resourceTables/analytics</screen>
+ <screen>api/resourceTables/analytics</screen>
<table frame="all">
<title>Analytics tables optional query parameters</title>
<tgroup cols="3">
@@ -3863,7 +3866,7 @@
<para>The data mart is tables containing pre-calculated aggregated data which are used by DHIS 2
analysis modules and can be used directly by SQL reports. The data mart tables can be
generated with a POST or PUT request to:</para>
- <screen>http://<server-url>/api/resourceTables/dataMart</screen>
+ <screen>api/resourceTables/dataMart</screen>
<para>These requests will return immediately and initiate a server-side process.</para>
</section>
<section>