###############
 API Reference
###############

The API Reference is split into two groups:

#. Public Services
#. Web-UI (Private) Services

******************
 Public Services
******************
These are the services available to 3rd-party applications. If you are developing a 3rd-party application these are the only services available to you.

Note that some endpoints or request-types might not be available to you even if they are listed in the service. Such endpoints or requests are marked as such

- `Annotations <./annotations>`__
- `Authentication <./auth>`__
- `Comments (Deal Room) <./comment_dr>`__
- `Comments <./comment>`__
- `Conferences <./conferences>`__
- `Content <./content>`__
- `Datarooms <./dataroom>`__
- `Files <./files>`__
- `Group Types <./group_type>`__
- `Groups <./groups>`__
- `Items (Deal Room) <./items_dr>`__
- `Labels (Deal Room) <./labels_dr>`__
- `Labels <./labels>`__
- `Me <./me>`__
- `MFT <./mft>`__
- `Search <./search>`__
- `Send Link <./send_link>`__
- `Settings <./settings>`__
- `Smart Filters <./smart_filter>`__
- `Trash <./trash>`__
- `Users (Deal Room) <./users_dr>`__
- `Users <./users>`__
- `Versions (Deal Room) <./versions>`__
- `ZIP <./zip>`__

**************************
 Web-UI (Private) Services
**************************

These services are only available for our own Web-UI or for netfiles' internal use. If you are developing a 3rd-party app these services will not be available for you.

- `Address Book Service <./addressbook>`__
- `Enterprise Account <./enterpriseaccount>`__
- `Geo IP <./geoip>`__
- `IP <./ip>`__
- `OnlyOffice <./onlyoffice>`__
- `Pingdom <./pingdom>`__
- `Q&A <./qa>`__
- `Registration <./register>`__
- `Send <./nfsend>`__
- `Send MFT <nfsend_mft>`__

.. toctree::
   :maxdepth: 2
   :caption: API Reference:

   addressbook/index.rst
   annotations/index.rst
   auth/index.rst
   comment/index.rst
   comment_dr/index.rst
   conferences/index.rst
   content/index.rst
   dataroom/index.rst
   enterpriseaccount/index.rst
   files/index.rst
   geoip/index.rst
   group_types/index.rst
   groups/index.rst
   ip/index.rst
   items_dr/index.rst
   labels/index.rst
   labels_dr/index.rst
   me/index.rst
   mft/index.rst
   nfsend/index.rst
   nfsend_mft/index.rst
   onlyoffice/index.rst
   pingdom/index.rst
   qa/index.rst
   register/index.rst
   search/index.rst
   send_link/index.rst
   settings/index.rst
   smart_filter/index.rst
   trash/index.rst
   users/index.rst
   users_dr/index.rst
   versions/index.rst
   zip/index.rst
