=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml'
--- src/docbkx/en/dhis2_user_man_web_api.xml 2014-07-23 12:35:35 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml 2014-07-23 12:41:51 +0000
@@ -381,7 +381,7 @@
role="italic">property is the property on the meta-data you want to filter on,
operator is the comparison operator you want to perform
and value is the value to check against (not all operators
- require value). Please see the schema section to discover
+ require value). Please see the schema section to discover
which properties are available. Recursive filtering, ie. filtering on associated objects or
collection of objects, are supported as well.
Available Operators
@@ -476,8 +476,8 @@
format ?fields=id,name,dataSets[id,name] which would return
id, name of the root,
and the id and name of
- every dataSet on that object. Negation can be done with the exclamation operator, and we have
- a set of presets of field select (see below).
+ every data set on that object. Negation can be done with the exclamation operator, and we have
+ a set of presets of field select (see below). Both XML and JSON are supported.
Example: Get id and
name on the indicators
resource:/api/indicators?fields=id,name