comparison Sphinx/source/users/rest.rst @ 35:5737f51ff94e

How does Orthanc stores its database
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Jul 2016 15:12:22 +0200
parents 669ea65ba7fb
children 736d30badda0
comparison
equal deleted inserted replaced
34:922f5c7192c6 35:5737f51ff94e
572 Further reading 572 Further reading
573 --------------- 573 ---------------
574 574
575 The examples above have shown you the basic principles for driving an 575 The examples above have shown you the basic principles for driving an
576 instance of Orthanc through its REST API. All the possibilities of the 576 instance of Orthanc through its REST API. All the possibilities of the
577 API have not been described. A :ref:`FAQ entry <rest-samples>` lists 577 API have not been described:
578 where you can find more advanced samples of the REST API of Orthanc. 578
579 * A :ref:`FAQ entry <rest-samples>` lists where you can find more
580 advanced samples of the REST API of Orthanc.
581 * The full documentation of the REST API is maintained as an online
582 spreadsheet accessible from the `documentation part of the official
583 Web site
584 <http://www.orthanc-server.com/static.php?page=documentation>`__
585 (click on the *Reference of the REST API* button).