# HG changeset patch # User Sebastien Jodogne # Date 1601548040 -7200 # Node ID 416581db306e3a99d253db194ef97468b665ebe6 # Parent 873179896dcc95b6c039be62c19a2bbb5ac80cde sample: asynchronous download of media archive diff -r 873179896dcc -r 416581db306e Sphinx/source/users/advanced-rest.rst --- a/Sphinx/source/users/advanced-rest.rst Thu Oct 01 12:04:00 2020 +0200 +++ b/Sphinx/source/users/advanced-rest.rst Thu Oct 01 12:27:20 2020 +0200 @@ -196,8 +196,14 @@ `__ of Orthanc). +Here is the corresponding sequence of commands to generate a DICOMDIR +media:: + + $ curl http://localhost:8042/studies/27f7126f-4f66fb14-03f4081b-f9341db2-53925988/media -d '{"Asynchronous":true}' + $ curl http://localhost:8042/jobs/6332be8a-0052-44fb-8cc2-ac959aeccad9/archive > a.zip + As of Orthanc 1.7.4, only the creation of a ZIP or a DICOMDIR archive -produces such an "output". +produces such "outputs". .. _pdf: