=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2013-10-14 10:25:38 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2013-10-14 14:46:38 +0000 @@ -1469,7 +1469,7 @@ SQL view from the api/sqlViews resource, then POST using the following command: curl "http://apps.dhis2.org/demo/api/sqlViews/dI68mLkP1wN/execute" -X POST -u admin:district -v The next step in the process is the retrieval of the data.The basic structure of the URL is as follows - http://{server}/api/sqlViews/{uid}/data(.csv) + http://{server}/api/sqlViews/{id}/data(.csv) The {server} parameter should be replaced with your own server. The next part of the URL /api/sqlViews/ should be appended with the specific unique identifier (not the internal ID of the view). Append either