=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-27 12:50:56 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-27 12:57:14 +0000 @@ -356,11 +356,11 @@ Example: Get a filtered set of meta-data that was updated since August 1 2012 - As described in the last section, there is a number of options you can apply to /api/metaData to give you a filtered view. The use-case we will be - looking into here is where you want a nightly job that synchronizes organisation units. We - will be using cURL as the HTTP - client.curl -H "Accept: application/xml" -u admin:district "http://apps.dhis2.org/demo/api/metaData?assumeTrue=false&organisationUnits=true&lastUpdated=2012-08-01" + As described in the last section, there is a number of options you can apply to /api/metaData + to give you a filtered view. The use-case we will be looking into here is where you want a nightly job that synchronizes + organisation units. We will be using cURL as the HTTP + client.curl -H "Accept: application/xml" -u admin:district + "http://apps.dhis2.org/demo/api/metaData?assumeTrue=false&organisationUnits=true&lastUpdated=2012-08-01" Example: Get meta-data that was updated since February 2012 This example will just the default assumeTrue setting,