=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2013-03-07 09:49:59 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2013-03-07 10:13:27 +0000 @@ -1284,8 +1284,8 @@ should be substituted with real values: api/analytics?measureCriteria=criteria:value;criteria:value As an example, the following query will return only records where the data value is - greater or equal to 10 and less than 20: - api/analytics?dimension=dx:fbfJHSPpUQD&dimension=pe:2012Q1&dimension=ou:O6uvpzGd5pu&measureCriteria=GE:10;LT:20 + greater or equal to 6500 and less than 33000: + api/analytics?dimension=dx:fbfJHSPpUQD;cYeuwXTCPkU&dimension=pe:2012&dimension=ou:O6uvpzGd5pu;lc3eMKXaEfw&measureCriteria=GE:6500;LT:33000
Response formats @@ -1437,23 +1437,14 @@ with status code 409 and content-type "text/plain" together with a textual description of the problem.
-
- Generating the analytics tables - The analytics resource is utilizing a set of database tables which are optimized for - data aggregation. These tables must be updated in order to reflect the latest, captured - data. This task is typically one for a system administrator and not consuming clients. These - tables can be generated and scheduled to be refreshed at regular intervals through the user - interface of DHIS 2. It can also be generated directly from the Web API - to do so you can - make a request for the following resource using the HTTP PUT - method:http://<server-url>/api/resourceTables/analytics -
Generating resource, analytics and data mart tables DHIS 2 features a set of generated database tables which are used as basis for various system functionality. These tables can be executed immediately or scheduled to be executed at regular intervals through the user interface. They can also be generated through the Web API - as explained in this section. + as explained in this section. This task is typically one for a system administrator and not + consuming clients. The resource tables are used internally by the DHIS 2 application for various analysis functions. These tables are also valuable for users writing advanced SQL reports. They can be generated with a PUT request to the following URL: