GET api/2.0/crm/voip/uploads This function requires authentication

Description

Returns the links to the VoIP uploaded files.

Parameters

This method doesn't have any parameters.

Example
GET api/2.0/crm/voip/uploads
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

Links to the VoIP uploaded files

Example Response

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>