← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 836: changed from uid => id in sqlViews docs

 

------------------------------------------------------------
revno: 836
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Mon 2013-10-14 16:46:38 +0200
message:
  changed from uid => id in sqlViews 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-10-14 10:25:38 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml	2013-10-14 14:46:38 +0000
@@ -1469,7 +1469,7 @@
       SQL view from the api/sqlViews resource, then POST using the following command:</para>
     <screen>curl &quot;http://apps.dhis2.org/demo/api/sqlViews/dI68mLkP1wN/execute&quot; -X POST -u admin:district -v</screen>
     <para>The next step in the process is the retrieval of the data.The basic structure of the URL is as follows</para>
-    <screen>http://{server}/api/sqlViews/{uid}/data(.csv)</screen>
+    <screen>http://{server}/api/sqlViews/{id}/data(.csv)</screen>
     <para>The <parameter>{server}</parameter> parameter should be replaced with your own server. The
       next part of the URL <parameter>/api/sqlViews/</parameter> should be appended with the
       specific unique identifier (not the internal ID of the view). Append either