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
application/json
{
"status": 0,
"response": [
{
"Id": "Id",
"Title": "Title",
"Properties": [
{
"Name": "name",
"Value": "Value",
"Title": "Title",
"Description": "Description"
}
],
"Current": true,
"IsSet": true
}
]
}
text/xml
<result>
<status>0</status>
<response>
<Id>Id</Id>
<Title>Title</Title>
<Properties>
<Name>name</Name>
<Value>Value</Value>
<Title>Title</Title>
<Description>Description</Description>
</Properties>
<Current>True</Current>
<IsSet>True</IsSet>
</response>
</result>