Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 733 Bytes

app_filesfolders_api_rest.rst

File metadata and controls

28 lines (16 loc) · 733 Bytes

Filesfolders REST API Documentation

This document contains the HTTP REST API documentation for the filesfolders app. The provided API endpoints allow file operations through HTTP API calls in addition to the GUI.

For general information on REST API usage in SODAR Core, see :ref:`app_projectroles_api_rest`.

.. currentmodule:: filesfolders.views_api

.. autoclass:: FolderListCreateAPIView

.. autoclass:: FolderRetrieveUpdateDestroyAPIView

.. autoclass:: FileListCreateAPIView

.. autoclass:: FileRetrieveUpdateDestroyAPIView

.. autoclass:: FileServeAPIView

.. autoclass:: HyperLinkListCreateAPIView

.. autoclass:: HyperLinkRetrieveUpdateDestroyAPIView