=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml'
--- src/docbkx/en/dhis2_user_man_web_api.xml 2014-05-06 11:16:52 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml 2014-05-10 11:22:22 +0000
@@ -1420,7 +1420,7 @@
mayAccept
Whether the current user may accept this data selection.
-
+
mayUnaccept
Whether the current user may unaccept this data selection.
@@ -1485,22 +1485,22 @@
-
- Note that when querying for the status of data approval, you may specify any combination of the query parameters.
- The combination you specify does not need to describe the place where data is to be approved at one of the approval levels.
- For example:
-
-
- The organisation unit might not be at an approval level. The approval status is determined by
- whether data is approved at an approval level for an ancestor of the organisation unit.
-
-
- You may specify individual attribute category options. The approval status is determined by whether
- data is approved for an attribute category option combination that includes one or more of these options.
-
-
- You may specify a time period that is longer than the period for the data set at which the data is entered and approvede.
- The approval status is determined by whether the data is approved for all the data set periods within the period you specify.
+
+ Note that when querying for the status of data approval, you may specify any combination of the query parameters.
+ The combination you specify does not need to describe the place where data is to be approved at one of the approval levels.
+ For example:
+
+
+ The organisation unit might not be at an approval level. The approval status is determined by
+ whether data is approved at an approval level for an ancestor of the organisation unit.
+
+
+ You may specify individual attribute category options. The approval status is determined by whether
+ data is approved for an attribute category option combination that includes one or more of these options.
+
+
+ You may specify a time period that is longer than the period for the data set at which the data is entered and approvede.
+ The approval status is determined by whether the data is approved for all the data set periods within the period you specify.
To approve data you can issue a POST request to the
@@ -1546,22 +1546,22 @@
-
- Note that, unlike querying the data approval status, you must specify parameters that correspond to a selection of data that could be approved.
+
+ Note that, unlike querying the data approval status, you must specify parameters that correspond to a selection of data that could be approved.
In particular, all of the following must be true:
-
-
- The organisation unit's level must be specified by an approval level.
-
-
- The category option group (if specified) must be a member of an approval level's category option group set (if specified)
- for an approval level with the same organisation unit level.
-
-
- The time period specified must match the period type of the data set.
-
-
- The data set must specify that data can be approved for this data set.
+
+
+ The organisation unit's level must be specified by an approval level.
+
+
+ The category option group (if specified) must be a member of an approval level's category option group set (if specified)
+ for an approval level with the same organisation unit level.
+
+
+ The time period specified must match the period type of the data set.
+
+
+ The data set must specify that data can be approved for this data set.
@@ -3600,18 +3600,25 @@
- limit
- No
- The maximum number of records to return. Cannot be larger than 10 000.
- Numeric positive value
-
-
sortOrder
No
Sort the records on the value column in ascending or descending order.
ASC | DESC
+ limit
+ No
+ The maximum number of records to return. Cannot be larger than 10 000.
+ Numeric positive value
+
+
+ uniqueInstances
+ No
+ Returns number of distinct tracked entity instances in the events, as opposed
+ to number of events. Applies to programs with registration only.
+ false | true
+
+
skipMeta
No
Exclude the meta data part of response (improves performance)