GET api/2.0/crm/voip/uploads
Returns the links to the VoIP uploaded files.
This method doesn't have any parameters.
GET api/2.0/crm/voip/uploads
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Links to the VoIP uploaded files
application/json
{
"status": 0,
"response": [
{
"Name": "Name",
"Path": "Path",
"AudioType": 1,
"IsDefault": true
}
]
}
text/xml
<result>
<status>0</status>
<response>
<Name>Name</Name>
<Path>Path</Path>
<AudioType>1</AudioType>
<IsDefault>True</IsDefault>
</response>
</result>