← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 963: Minor

 

------------------------------------------------------------
revno: 963
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Fri 2014-02-14 14:51:09 +0100
message:
  Minor
modified:
  src/docbkx/en/dhis2_user_man_web_api.xml


--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs

Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml'
--- src/docbkx/en/dhis2_user_man_web_api.xml	2014-02-11 17:17:42 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml	2014-02-14 13:51:09 +0000
@@ -593,8 +593,9 @@
       together with the identifier(s) of the attribute option(s) which the value represents within
       the combination. An example looks like this:</para>
     <screen>curl "http://apps.dhis2.org/demo/api/dataValues?de=s46m5MS0hxu&amp;ou=DiszpKrYNg8&amp;pe=201308&amp;cc=dzjKKQq0cSO&amp;cp=wbrDrL2aYEc;btOyqprQ9e8&amp;value=26"; -X POST -u admin:district -v</screen>
-      <para>You can delete data values with a request using the <emphasis role="italic"
-          >DELETE</emphasis> method.</para>
+      <para>You can delete a data value with a request using the <emphasis role="italic"
+          >DELETE</emphasis> method. You can retrieve a data value with a request using the
+          <emphasis role="italic">GET</emphasis> method.</para>
   </section>
   <section>
     <title>Reading data values</title>
@@ -2759,10 +2760,10 @@
     <para>The analytics resource lets you specify a range of query parameters:<table frame="all">
           <title>Query parameters</title>
           <tgroup cols="4">
-            <colspec colname="c1" colnum="1" colwidth="1.82*"/>
+            <colspec colname="c1" colnum="1" colwidth="1.75*"/>
             <colspec colname="newCol2" colnum="2" colwidth="1*"/>
-            <colspec colname="c2" colnum="3" colwidth="4.71*"/>
-            <colspec colname="c3" colnum="4" colwidth="2.81*"/>
+            <colspec colname="c2" colnum="3" colwidth="4.5*"/>
+            <colspec colname="c3" colnum="4" colwidth="2.7*"/>
             <thead>
               <row>
                 <entry><emphasis role="italic">Query parameter</emphasis></entry>
@@ -3266,6 +3267,12 @@
               <entry>Sort the records on the value column in ascending or descending order.</entry>
               <entry>ASC | DESC</entry>
             </row>
+            <row>
+              <entry>skipMeta</entry>
+              <entry>No</entry>
+              <entry>Exclude the meta data part of response (improves performance)</entry>
+              <entry>false | true</entry>
+            </row>
           </tbody>
         </tgroup>
       </table>