dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #29146
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 1008: Minor
------------------------------------------------------------
revno: 1008
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Fri 2014-04-04 19:34:55 +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-04 17:24:50 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml 2014-04-04 17:34:55 +0000
@@ -4249,7 +4249,7 @@
include a program query parameter like this:</para>
<screen>api/trackedEntityInstances.json?attribute=zHXD5Ve1Efw:EQ:A&ou=O6uvpzGd5pu&ouMode=DESCENDANTS&program=ur1Edk5Oe2n</screen>
<para>To specify program enrollment dates as part of the query you can use this syntax:</para>
- <screen>api/trackedEntityInstances.json?attribute=zHXD5Ve1Efw:EQ:A&ou=O6uvpzGd5pu&program=ur1Edk5Oe2n&programDate=GT:2013-01-01&programDate=LT:2013-09-01</screen>
+ <screen>api/trackedEntityInstances.json?attribute=zHXD5Ve1Efw:EQ:A&ou=O6uvpzGd5pu&ouMode=DESCENDANTS&program=ur1Edk5Oe2n&programDate=GT:2013-01-01&programDate=LT:2013-09-01</screen>
<para>To constrain the response to instances of a specific tracked entity you can include a
tracked entity query parameter like this:</para>
<screen>api/trackedEntityInstances.json?attribute=zHXD5Ve1Efw:EQ:A&ou=O6uvpzGd5pu&ouMode=DESCENDANTS&trackedEntity=cyl5vuJ5ETQ</screen>