GET api/2.0/settings/storage/cdn
Returns a list of all the CDN storages.
This method doesn't have any parameters.
GET api/2.0/settings/storage/cdn
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
List of the CDN storages with the following parameters
application/json
{
"status": 0,
"response": [
{
"Id": "some text",
"Title": "some text",
"Current": true,
"IsSet": true
}
]
}
text/xml
<result>
<status>0</status>
<response>
<Id>some text</Id>
<Title>some text</Title>
<Current>True</Current>
<IsSet>True</IsSet>
</response>
</result>