ListSourcePlatforms (v3)

Overview

Returns a list of recorded platforms.

The function is available as a Web Service request.

Request

Parameters of the API request:

ParameterType

Description

Requirements
tokenStringAPI authentication tokenMandatory

Response

Parameters of the API response:

ParameterType

Description

statusStatus

Possible return values:

    • OK
    • ERROR_GENERAL
    • ERROR_UNAUTHORIZED
sourcePlatformsList<SourcePlatform>List of recorded platforms

Examples

 Example ListSourcePlatforms transaction
Example ListSourcePlatforms transaction
Request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v3="http://v3.provisioning.ws.web.verba.com/">
   <soapenv:Header/>
   <soapenv:Body>
      <v3:listSourcePlatforms>
         <token>YWygO3Nw0LlqWWThMKxBa18G3zQ8HKq3</token>
      </v3:listSourcePlatforms>
   </soapenv:Body>
</soapenv:Envelope>

Response:

<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
   <S:Body>
      <ns2:listSourcePlatformsResponse xmlns:ns2="http://v3.provisioning.ws.web.verba.com/">
         <return>
            <sourcePlatforms>
               <id>acme-sip</id>
               <name>ACME SIPREC</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>analogue</id>
               <name>Analogue</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>avaya-dmcc</id>
               <name>Avaya DMCC/MR</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>avaya-sbce</id>
               <name>Avaya SBCE</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>bosch-tx</id>
               <name>Bosch Telex</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>broadsoft-sip</id>
               <name>BroadSoft SIPREC</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>cisco-cube</id>
               <name>Cisco CUBE</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>cisco-ew</id>
               <name>Cisco EW</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>cisco-gw</id>
               <name>Cisco Gateway</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>cisco-im</id>
               <name>Cisco IM</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>mediasense</id>
               <name>Cisco MediaSense</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>cisco-network</id>
               <name>Cisco Network Based</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>cisco-sccp</id>
               <name>Cisco SCCP</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>cloud9</id>
               <name>Cloud9</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>erecorderhd</id>
               <name>CyberTwice eRecorder HD</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>dialin</id>
               <name>Dial-in Recording</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>generic</id>
               <name>Generic</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>h323</id>
               <name>Generic H.323</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>generic-rtp</id>
               <name>Generic RTP</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>sip</id>
               <name>Generic SIP</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>generic-sip</id>
               <name>Generic SIPREC</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>genesys-tserver</id>
               <name>Genesys T-Server</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>huawei</id>
               <name>Huawei UC</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>ip-trade</id>
               <name>IP Trade</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>ipc-unigy</id>
               <name>IPC Unigy</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>metaswitch-sip</id>
               <name>Metaswitch Perimeta SIPREC</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>msteams</id>
               <name>Microsoft Teams</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>msteams-im</id>
               <name>Microsoft Teams IM</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>sfb</id>
               <name>SfB/Lync</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>sfb-ew</id>
               <name>SfB/Lync EW</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>generic-smpp</id>
               <name>SMS (SMPP)</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>speakerbus</id>
               <name>Speakerbus</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>tango</id>
               <name>Tango Networks</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>truphone</id>
               <name>Truphone</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>restapi</id>
               <name>Verba REST API</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>verint</id>
               <name>Verint</name>
            </sourcePlatforms>
            <sourcePlatforms>
               <id>alphacom</id>
               <name>Zenitel AlphaCom</name>
            </sourcePlatforms>
            <status>
               <statusCode>OK</statusCode>
            </status>
         </return>
      </ns2:listSourcePlatformsResponse>
   </S:Body>
</S:Envelope>