Overview

Sample Code

Web Hooks

IVR Web Hook SurVo NetGet Custom Audio Prompts Post Call Action Agent Panel Lookup Distributor Form

Call Initiation API

Click-to-Call Click-to-Find Me Click-to-Find Me List Click-to-Virtual Receptionist Click-to-Voice Mail Click-to-SurVo Click-to-IVR Click-to-Agent

Administration API

addonsbroadcastclicktoconferencecostfindmegeneralgrouplocatornumbersrecordingregisterednumbersreportroutingsmssurvoverifymenowvmail

recording.list

List recordings

Arguments

access_key (required)
Your Access Key.
secret_access_key (required)
Your Secret Access Key.
type (required)
Currently only supported type is "findme".
id (required)
Building Block ID of the Find Me the call was recorded on. For calls made with the API use id=0.

Example URL

https://secure.ifbyphone.com/ibp_api.php
?access_key=ACCESS_KEY
&secret_access_key=SECRET_ACCESS_KEY
&action=recording.list
&type=findme
&id=1234

Example Response

<response>

<result>success</result>

<result_description></result_description>

<data>

<recording>

<sid>0932654521723728</sid>

<dnis>8475551234</dnis>

<number_connected>3125551265</number_connected>

<minutes>5.3</minutes>

<date>2009-08-21 11:03:46</date>

</recording>

</data>

</response>

API Test Panel

NOTE: The API Test Panel can be used to try out the various API methods
using the actual data from your account. You must be logged
into your account to make any API calls using the test panel.

 

URL:

XML Result: