← Back to team overview

dhis2-devs team mailing list archive

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

 

------------------------------------------------------------
revno: 1066
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Tue 2014-05-13 11:52:33 +0200
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-05-10 11:22:22 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml	2014-05-13 09:52:33 +0000
@@ -197,6 +197,9 @@
     <para>You can query for elements on the name property instead of returning full list of elements using the <emphasis role="italic"
         >query</emphasis> query variable. In this example we query for all data elements with the word "anaemia" in the name:</para>
     <screen>/api/dataElements?query=anaemia</screen>
+    <para>You can find an object based on its ID across all object types through the <emphasis
+        role="italic">identifiableObjects</emphasis> resource:</para>
+    <screen>/api/identifiableObjects/&lt;id></screen>
   </section>
   <section>
     <title>Working with the meta-data API</title>