|
|
|
Method Name: getoutbounditems Call Detail Reports (CDRs) When an outbound notification or inbound call is generated on the iPing system, the status of the call and other information is contained in an Call Detail Report. The iPing API provides the GetOutboundItems method for viewing the CDRs. CDRs are returned as XML documents that can be formatted and viewed via a web page or a web application.
Note: The max number of items returned will be 100 per request. To get a
greater number of calls it is necessary to change the value of
item_start. For example: item_start=0 returns the first 100 records
(0-99) , item_start=100 returns the next 100 records, etc.
XML Example <?xml version="1.0"?> <bSmartXML> <data> <method_name value="getoutbounditems"/> <user_name value="testdriver"/> <password value="12345"/> <start_dt value="05/11/2002"/> <end_dt value="05/12/2002"/> <item_start value="0"/> <item_count value="100"/> <storage_type value="past"/> <tracking_id value=""/> </data> </bSmartXML> Test xml methods with the iPing API tester QueryString Example https://www.iping.com/services/iping.asp?method_name=getoutbounditems&user_name=testdriver&password=12345&start_dt=05/11/2002&end_dt=05/12/2002&item_start=0&item_count=100&storage_type=past&tracking_id= ©1998-2007 iPing, Inc. All rights reserved. Privacy policy | Terms of use | Contact us |