------------------------------------------------------------ revno: 996 committer: Lars Helge Ă˜verland <larshe...@gmail.com> branch nick: dhis2-docbook-docs timestamp: Sun 2014-03-30 22:23:37 +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-03-30 20:09:52 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2014-03-30 20:23:37 +0000 @@ -3300,7 +3300,7 @@ </row> <row> <entry>IN</entry> - <entry>Equal to one of multiple values separated by ":"</entry> + <entry>Equal to one of multiple values separated by ";"</entry> </row> </tbody> </tgroup> @@ -4129,6 +4129,9 @@ <para>A query for instances where one attribute is included in the response and one attribute us used as a filter can look like this:</para> <screen>api/trackedEntityInstances.json?attribute=zHXD5Ve1Efw:EQ:A&filter=AMpUYgxuCaE:LIKE:Road&ou=DiszpKrYNg8</screen> + <para>To query on an attribute using multiple values in an IN filter you can do like + this:</para> + <screen>api/trackedEntityInstances.json?ou=DiszpKrYNg8&attribute=dv3nChNSIxy:IN:Scott;Jimmy;Santiago</screen> <para>To constrain the response to instances which are part of a specific program you can include a program query parameter like this:</para> <screen>api/trackedEntityInstances.json?attribute=zHXD5Ve1Efw:EQ:A&ou=O6uvpzGd5pu&ouMode=DESCENDANTS&program=ur1Edk5Oe2n</screen> @@ -4181,7 +4184,7 @@ </row> <row> <entry>IN</entry> - <entry>Equal to one of multiple values separated by ":"</entry> + <entry>Equal to one of multiple values separated by ";"</entry> </row> </tbody> </tgroup>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp