=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2012-06-15 18:20:45 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2012-07-09 15:47:21 +0000 @@ -86,6 +86,24 @@ 2004 2004 + + Financial Year April + yyyyApril + 2004April + Apr 2004-Mar 2005 + + + Financial Year July + yyyyJuly + 2004July + July 2004-June 2005 + + + Financial Year Oct + yyyyOct + 2004Oct + Oct 2004-Sep 2005 + @@ -234,6 +252,10 @@ The header tells us that the request was processed successfully and that we are receiving a response in XML format. The XML message looks familiar - it is the data values we sent in the previous section.
+ Example: Reading aggregated data values + In order to read aggregated data values you can utilize the reportTables resource. This resouce lets you retrieve data from predefined report tables as well as custom data responses for any number of indicators, data elements, data sets, periods and organisatio units. +
+
Example: Writing and reading messages DHIS 2 features a mechanism for sending messages for purposes such as user feedback, notifications and general information to users. Messages are delivered to the DHIS 2 message inbox but can also be sent to the user's email addresses and mobile phones as SMS. In this example we will see how we can utilize the Web API to send and read messages. We will pretend to be the DHIS Administrator user and send a message to the Mobile user. We will then pretend to be the mobile user and read our new message. The resource we need to interact with when sending and reading messages is the messageConversations resource. We start by visiting the Web API entry point at where we find and follow the link to the messageConversations resource at . The description tells us that we can use a POST request to create a new message using the following XML format: