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

conference.attendee.details

Get details of attendee's participation on a call.

Arguments

access_key (required)
Your Access Key.
secret_access_key (required)
Your Secret Access Key.
usr_conference_id (required)
Conference ID the conference attendee ID belongs to.
usr_conference_attendee_id (required)
Conference ID to list details for.

Example URL

https://secure.ifbyphone.com/ibp_api.php
?access_key=ACCESS_KEY
&secret_access_key=SECRET_ACCESS_KEY
&action=conference.attendee.list
&usr_conference_id=3731
&usr_conference_attendee_id=12181

Example Response

<response>

<result>success</result>

<result_description>Smart Conference attendee details successfully generated</result_description>

<usr_conference_attendee_id>12181</usr_conference_attendee_id>

<attendee_name>Harriet Jones</attendee_name>

<phone_number>773551212</phone_number>

<email_address>formerminister@example.com</email_address>

<participation>

<usr_conference_participation_id>8921</usr_conference_participation_id

<sid>0811188727015299</sid>

<caller_id>7735559999</caller_id>

<status>2</status>

<user_number/>

<muted>0</muted>

<active_minutes>10</active_minutes>

<elapsed_minutes>12.2</elapsed_minutes>

</participation>

</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: