rootAdminObject Data Type

Root object of the REST Admin API. Contains related links to top level resources in the REST API.

Related link names include: desktop_application, net_folder_servers, net_folders, personal_storage, public_shares, shares, share_settings, user_sources, user_source_sync, user_source_sync_config, web_application.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
Properties inherited from baseRestObject
href string element 0/1 The path to this resource object. This is relative to the root of the REST API (https://serveraddress/rest).
link link element 0/unbounded Links to related resources. These should be used to navigate the REST API (instead of hard-coding the URLs)

Example

<rest_api_root>
  <href>...</href>
  <links>
    <link>
      <href>...</href>
      <rel>...</rel>
    </link>
  </links>
</rest_api_root>