← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 742: minor changes to event api docs

 

------------------------------------------------------------
revno: 742
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Sun 2013-05-26 18:14:46 +0700
message:
  minor changes to event api docs
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	2013-05-26 10:10:22 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml	2013-05-26 11:14:46 +0000
@@ -496,12 +496,26 @@
             </row>
             <row>
               <entry>coordinate</entry>
-              <entry>object</entry>
+              <entry>double</entry>
               <entry>false</entry>
               <entry>GPS coordinate where this event occured.</entry>
               <entry>For XML this is an element called coordinate with two attributes (latitude and longitude),
                 for JSON this is an object with two keys (latitude and longitude)</entry>
             </row>
+            <row>
+              <entry>dataValue / dataElementId</entry>
+              <entry>string</entry>
+              <entry>true</entry>
+              <entry></entry>
+              <entry>UID of data element.</entry>
+            </row>
+            <row>
+              <entry>dataValue / value</entry>
+              <entry>string</entry>
+              <entry>true</entry>
+              <entry></entry>
+              <entry>Value of captured data element.</entry>
+            </row>
           </tbody>
         </tgroup>
       </table>