dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #31418
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 1129: Event analytics
------------------------------------------------------------
revno: 1129
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Mon 2014-07-07 11:14:05 +0200
message:
Event analytics
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-07-02 08:44:16 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml 2014-07-07 09:14:05 +0000
@@ -3569,14 +3569,19 @@
<entry>Attribute identifiers</entry>
</row>
<row>
+ <entry>Periods</entry>
+ <entry>pe</entry>
+ <entry>ISO periods and relative periods, see "date and period format"</entry>
+ </row>
+ <row>
<entry>Organisation units</entry>
<entry>ou</entry>
<entry>Organisation unit identifiers</entry>
</row>
<row>
- <entry>Periods</entry>
- <entry>pe</entry>
- <entry>ISO periods and relative periods, see "date and period format"</entry>
+ <entry>Organisation unit group sets</entry>
+ <entry><id></entry>
+ <entry>Organisation unit group set identifiers</entry>
</row>
</tbody>
</tgroup>
@@ -3627,8 +3632,8 @@
<row>
<entry>dimension</entry>
<entry>Yes</entry>
- <entry>Dimension identifier including data elements, person attributes, person
- identifiers, periods and organisation units. Parameter can be repeated any number of
+ <entry>Dimension identifier including data elements, attributes, periods, organisation
+ units and organisation unit group sets. Parameter can be repeated any number of
times. Item filters can be applied to a dimension on the format
<item-id>:<operator>:<filter>. Filter values are case-insensitive.</entry>
<entry>Operators can be EQ | GT | GE | LT | LE | NE | LIKE | IN</entry>
@@ -3636,8 +3641,8 @@
<row>
<entry>filter</entry>
<entry>No</entry>
- <entry>Dimension identifier including data elements, person attributes, person
- identifiers, periods and organisation units. Parameter can be repeated any number of
+ <entry>Dimension identifier including data elements, attributes, periods, organisation
+ units and organisation unit group sets. Parameter can be repeated any number of
times. Item filters can be applied to a dimension on the format
<item-id>:<operator>:<filter>. Filter values are case-insensitive.</entry>
<entry/>
@@ -4360,9 +4365,9 @@
</row>
<row>
<entry>401</entry>
- <entry>Bad credentials</entry>
- <entry>The username and password combination was incorrect - authentication not
- successful</entry>
+ <entry>Unauthorized</entry>
+ <entry>The username and password combination was incorrect - authentication
+ failed</entry>
</row>
</tbody>
</tgroup>