=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2013-05-20 14:49:21 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2013-05-20 15:47:19 +0000 @@ -543,6 +543,11 @@ curl "http://apps.dhis2.org/demo/api/dataValueSets?dataSet=pBOMPrpg1QX&dataSet=BfMAe6Itzgt&startDate=2013-01-01&endDate=2013-01-31&orgUnit=YuQRtpLP10I&orgUnit=vWbkYPRmKyS&children=true" -H "Accept:application/xml" -u admin:district -v + You can get the response in xml and csv format. You can indicate which response format you prefer + through the Accept HTTP header like in the example above. + For xml you use application/xml; for csv you use application/csv.
Writing and reading messages