changeset 313:8e97e0524e16

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Feb 2020 09:47:29 +0100
parents b19b892977a2
children 5f0cd51d97c0
files Sphinx/source/users/rest.rst
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/users/rest.rst	Thu Feb 06 09:46:10 2020 +0100
+++ b/Sphinx/source/users/rest.rst	Thu Feb 06 09:47:29 2020 +0100
@@ -776,6 +776,10 @@
 Setting the ``Expand`` field to ``true`` in the POST body of the
 query will automatically report details about each study::
 
+  $ curl https://demo.orthanc-server.com/tools/find -d '{"Level":"Study","Query":{"PatientName":"KNIX"}}'
+  [
+    "b9c08539-26f93bde-c81ab0d7-bffaf2cb-a4d0bdd0"
+  ]
   $ curl https://demo.orthanc-server.com/tools/find -d '{"Level":"Study","Query":{"PatientName":"KNIX"},"Expand":true}'
   [
     {