CALLFLOW.LIST - API REQUEST
|
|
|
CALLFLOW.LIST - list Call Flows in your account.
|
|
Description
|
|
CALLFLOW.LIST API Action is used to list Call Flows in your account (or sub account).
|
|
Arguments
|
|
ACCOUNT_NUMBER
Optional. Account number only required when listing Call Flows from sub account.
|
|
|
Example:
<PARAMETER NAME="ACCOUNT_NUMBER">123456789</PARAMETER>
|
|
Example:
param[ACCOUNT_NUMBER]=23434323423
|
|
Each parameter value needs to be URL Encoded separately.
|
|
|
Response
|
|
CALLFLOWS XML Node contains a list of CALLFLOW objects (XML Nodes).
|
|
API Request Example
|
|
<?xml version="1.0" standalone="no" ?>
<REQUEST>
<USERTOKEN>
<USERKEY>YOURAPIKEY</USERKEY>
</USERTOKEN>
<ACTION NAME="CALLFLOW.LIST"/>
</REQUEST>
|
|
https://www.anveo.com/api/v2.asp?userkey=YOURAPIKEY&action=CALLFLOW.LIST
|
|
|
Response Example
|
<?xml version="1.0" standalone="no" ?>
<RESPONSE>
<RESULT>SUCCESS</RESULT>
<CALLFLOWS>
<CALLFLOW CALLFLOW="ejhker9er8uerjehre8r9erjhere8r" CALLFLOW_NAME="anveo"
NOTES="test api" UPDATED_ON="5/3/2011 11:05:13 AM" ITEM_COUNT="29" STATUS="Ok"/>
</CALLFLOWS>
</RESPONSE>
|
|