CDR Usage Reports
Create a new legacy usage V2 CDR report request
Creates a new legacy usage V2 CDR report request with the specified filters
post/legacy/reporting/usage_reports/voice
Response
V2 legacy CDR usage report request created successfully
Example response
{
"data": {
"connections": [
"1234567890",
"9876543210"
],
"created_at": "2018-02-02T22:25:27.521Z",
"end_time": "2018-02-02T22:25:27.521Z",
"record_type": "cdr_usage_report",
"report_url": "http://portal.telnyx.com/downloads/report_name_8hvb45Gu.csv",
"start_time": "2018-02-02T22:25:27.521Z",
"updated_at": "2018-02-02T22:25:27.521Z"
}
}