This call downloads a zip file containing your daily CSV (daily call records) for a particular date.
Use queryAvailableReportFile for a list of available reports.
Note: You must create a c:\tmp file before the system will download any files.
Field | Description |
Method signature | StreamBody downloadDailyCSV (string fileName) |
fileName | The name of the CSV file to download. |
Returns | A StreamBody containing file data that can be read in chunks of up to 4,096 bytes. Note: Zip file does not contain a CSV file – API error, try again later. Zip file contains an empty CSV file – no daily CSV file for that day. |
Response codes | Refer to the response codes article for a list of codes. |