=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2014-04-02 13:42:21 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2014-04-02 14:28:24 +0000 @@ -194,13 +194,9 @@ An example of how these parameters can be used to get a full list of data element groups in XML response format is: /api/dataElementGroups.xml?viewClass=detailed&links=false&paging=false - You can query for elements on the name property instead of returning full list of elements - using the query path variable. In this example we query for - all data elements with the word "anaemia" in the name: - /api/dataElements/query/anaemia - You can search for elements through the id, name and code property using the search path variable. In this example we search for a data element - with the word "DE_34" as id, name or - code:/api/dataElements/search/DE_34 + You can query for elements on the name property instead of returning full list of elements using the query query variable. In this example we query for all data elements with the word "anaemia" in the name: + /api/dataElements?query=anaemia
Working with the meta-data API