Start a new topic
Answered

How to request with api to get a link to a specific call recording.

How to request with api to get a link of a specific call recording.


Best Answer

Morning Kanagu,


The link to the documentation is https://api.euphoria.co.za/files/1010107057/api/Euphoria.Api.aspx 


I'm assuming however its the xml sample to download a call recording. 


Here are the samples:


1)  Download Call Recording By Filename 

<?xml version="1.0" encoding="UTF-8"?>

<XML>

    <Tenant>

        <Name></Name>

        <Auth></Auth>

    </Tenant>

    <ActionName>DownloadCallRecordingByFilename</ActionName>

    <FileName><![CDATA[]]></FileName>

    <convertToPcm>yes</convertToPcm>

</XML>


2)  Download Call Recording By CdrID

<XML>

    <Tenant>

        <Name></Name>

        <Auth></Auth>

    </Tenant>

    <ActionName>DownloadCallRecordingByCdrID</ActionName>

    <cdrID></cdrID>

</XML>


3)  Download Call Recording By UniqueId 

<XML>

    <Tenant>

        <Name></Name>

        <Auth></Auth>

    </Tenant>

    <ActionName>DownloadCallRecordingByUniqueId</ActionName>

    <uniqueId></uniqueId>

</XML>


4)  Download Call Recording By SipCallId 

<XML>

    <Tenant>

        <Name></Name>

        <Auth></Auth>

    </Tenant>

    <ActionName>DownloadCallRecordingBySipCallId</ActionName>

    <sipcallid><![CDATA[]]></sipcallid>

</XML>


Hope this helps, 


Thanks and Regards,,


Answer

Morning Kanagu,


The link to the documentation is https://api.euphoria.co.za/files/1010107057/api/Euphoria.Api.aspx 


I'm assuming however its the xml sample to download a call recording. 


Here are the samples:


1)  Download Call Recording By Filename 

<?xml version="1.0" encoding="UTF-8"?>

<XML>

    <Tenant>

        <Name></Name>

        <Auth></Auth>

    </Tenant>

    <ActionName>DownloadCallRecordingByFilename</ActionName>

    <FileName><![CDATA[]]></FileName>

    <convertToPcm>yes</convertToPcm>

</XML>


2)  Download Call Recording By CdrID

<XML>

    <Tenant>

        <Name></Name>

        <Auth></Auth>

    </Tenant>

    <ActionName>DownloadCallRecordingByCdrID</ActionName>

    <cdrID></cdrID>

</XML>


3)  Download Call Recording By UniqueId 

<XML>

    <Tenant>

        <Name></Name>

        <Auth></Auth>

    </Tenant>

    <ActionName>DownloadCallRecordingByUniqueId</ActionName>

    <uniqueId></uniqueId>

</XML>


4)  Download Call Recording By SipCallId 

<XML>

    <Tenant>

        <Name></Name>

        <Auth></Auth>

    </Tenant>

    <ActionName>DownloadCallRecordingBySipCallId</ActionName>

    <sipcallid><![CDATA[]]></sipcallid>

</XML>


Hope this helps, 


Thanks and Regards,,


1 person likes this

Good morning,

yes it helps. 


Thank you


Login or Signup to post a comment