GET api/2.0/files/thirdparty/common
Returns a list of the third-party services connected to the "Common" section.
This method doesn't have any parameters.
GET api/2.0/files/thirdparty/common
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
List of common third-party folderst
application/json
{
"status": 0,
"response": [
{
"ParentId": 1234,
"FilesCount": 1234,
"FoldersCount": 1234,
"New": 1234,
"Mute": true,
"Pinned": true,
"Private": true
}
]
}
text/xml
<result>
<status>0</status>
<response>
<ParentId>1234</ParentId>
<FilesCount>1234</FilesCount>
<FoldersCount>1234</FoldersCount>
<New>1234</New>
<Mute>True</Mute>
<Pinned>True</Pinned>
<Private>True</Private>
</response>
</result>