Skip to content

Commit

Permalink
manual
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Sep 29, 2023
1 parent d57b1bb commit 8ca0eb4
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
14 changes: 14 additions & 0 deletions sphinx/source/technical/api_parameters_03.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,20 @@ API parameters 0.3
- | csv
| csvNetwork
.. _file_id-para-0.3:

.. list-table:: **file_id**
:widths: 10 80
:stub-columns: 1

* - Format
- integer
* - Description
- ID of a file. This parameter can be used multiple times to query more IDs.
* - Values
- e.g. 89


.. _first-para-0.3:

.. list-table:: **first**
Expand Down
22 changes: 21 additions & 1 deletion sphinx/source/technical/api_version_03.rst
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Retrieves a detailed GeoJSON list of all chosen geometries in an OpenAtlas insta
https://demo.openatlas.eu/api/0.3/geometric_entities/

Subunits
""""""""""""""""""
""""""""

.. code::
Expand All @@ -369,6 +369,9 @@ Displays all subunits of a place in a special format used by the `THANADOS <http
Image endpoints
***************

Display
"""""""

.. code::
/api/0.3/display/{id}
Expand All @@ -381,3 +384,20 @@ from a **logged-in** user or API public setting is set to on and the image has a
----------------------------------------------------
:ref:`image_size-para-0.3`
=========================== ========================


Licensed file overview
""""""""""""""""""""""

.. code::
/api/0.3/licensed_file_overview/
Provides a list of all images, or images provided by:ref:`file_id-para-0.3`, with their data used to implement in a
presentation site (display URL, thumbnail URL, file extension, license).

======================== ======================== ========================
**Optional Parameters**
--------------------------------------------------------------------------
:ref:`count-para-0.3` :ref:`download-para-0.3` :ref:`file_id-para-0.3`
======================== ======================== ========================

0 comments on commit 8ca0eb4

Please sign in to comment.