=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-25 11:49:31 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-25 21:58:16 +0000 @@ -3217,6 +3217,38 @@ the pivot table module. The analytics tables can be generated with a POST or PUT request to: http://<server-url>/api/resourceTables/analytics + + Analytics tables optional query parameters + + + + + + + Query parameter + Options value + Description + + + + + skipResourceTables + false | true + Skips generation of resource tables + + + skipAggregate + false | true + Skips generation of aggregate data and completeness data + + + skipEvents + false | true + Skips generation of event data + + + +
The data mart is tables containing pre-calculated aggregated data which are used by DHIS 2 analysis modules and can be used directly by SQL reports. The data mart tables can be generated with a POST or PUT request to: