Scott Johnson Date: 02-28-2019 Flags: private
CapitalPremium_CallLogReport2.wr
04-15-2016
Creates a detailed report that shows all inbound calls to a list of phone numbers within a specified date range.
Parameters
- String : phonenumbers - A comma separated list of phone numbers (8175551212,7145551212,... etc).
- String : startdate - The date to start the search in (MM/DD/YYYY).
- String : enddate - The date to end the search in (MM/DD/YYYY).
- String : apirid - Arbitrary string or id returned with the response.
- String : sidtoken - Current authorized session id.
Usage
Example Request
POST /capitalpremium_calllogreport2.wr HTTP/1.1
Host: api.voicebroadcasting.com
Content-Type: application/x-www-form-urlencoded
apirid=1111&sidtoken=abcxyz123&phonenumbers=8005551212,7695551212,8175551212
&startdate=04/15/2016&enddate=04/15/2016
Example Response
{"apirid":"1111","result":"ok","result_count":5,"url":"http://api.voicebroadcasting.com/reports/capitalpremium_calllogreport2_tgJLshGKtkF.csv"}