GET api/2.0/settings/storage/cdn This function requires authentication

Description

Returns a list of all the CDN storages.

Parameters

This method doesn't have any parameters.

Example
GET api/2.0/settings/storage/cdn
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

List of the CDN storages with the following parameters

Example Response
{
  "status": 0,
  "response": [
    {
      "Id": "some text",
      "Title": "some text",
      "Current": true,
      "IsSet": true
    }
  ]
}