GET api/2.0/files/thirdparty/common This function requires authentication

Description

Returns a list of the third-party services connected to the "Common" section.

Parameters

This method doesn't have any parameters.

Example
GET api/2.0/files/thirdparty/common
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

Common third-party folders

Example Response

application/json

{
  "status": 0,
  "response": [
    {
      "total_files": 5,
      "total_sub_folder": 5,
      "shareable": true,
      "isnew": 3,
      "folder_url": "folder url",
      "id": "123wda-wdaw",
      "title": "title",
      "create_by_id": "d40b68d0-5b86-4823-b22a-f57f429f5aff",
      "create_by": "admin",
      "create_on": "create_on",
      "modified_on": "modified_on",
      "modified_by_id": "d40b68d0-5b86-4823-b22a-f57f429f5aff",
      "modified_by": "admin",
      "error": "",
      "access": 3,
      "shared": true,
      "provider_id": 3,
      "provider_key": "provider_key",
      "folder_id": "123wda5"
    }
  ]
}

text/xml

<result>
  <status>0</status>
  <response>
    <total_files>5</total_files>
    <total_sub_folder>5</total_sub_folder>
    <shareable>True</shareable>
    <isnew>3</isnew>
    <folder_url>folder url</folder_url>
    <id>123wda-wdaw</id>
    <title>title</title>
    <create_by_id>d40b68d0-5b86-4823-b22a-f57f429f5aff</create_by_id>
    <create_by>admin</create_by>
    <create_on>create_on</create_on>
    <modified_on>modified_on</modified_on>
    <modified_by_id>d40b68d0-5b86-4823-b22a-f57f429f5aff</modified_by_id>
    <modified_by>admin</modified_by>
    <error />
    <access>3</access>
    <shared>True</shared>
    <provider_id>3</provider_id>
    <provider_key>provider_key</provider_key>
    <folder_id>123wda5</folder_id>
  </response>
</result>