Get CSV File of CDR Export
Description
Returns a single .csv file for corresponding CDR Export.
Attention
To receive the CDR file, a query should be sent to /v3/cdr_exports/{filename}.csv, and the {filename} can be obtained from the response of Get Exports URL attribute or Get Export following by export ID
Forming Request
Request Method: GET
Request Path: /v3/cdr_exports/
URI Parameters:
Name |
Type |
Is Required? |
Description |
---|---|---|---|
filename |
|
Yes |
Unique filename of completed CDR Export. |
Example
GET /v3/cdr_exports/a4f6b765-f20c-45c7-98d2-80c2f3a41517.csv HTTP/1.1
Host: api.didww.com
Accept: text/csv
Api-Key: [API token]
curl -i -X GET https://api.didww.com/v3/cdr_exports/a4f6b765-f20c-45c7-98d2-80c2f3a41517.csv -H "Accept: text/csv" -H "Api-Key: [API token]"
GET /v3/cdr_exports/a4f6b765-f20c-45c7-98d2-80c2f3a41517.csv HTTP/1.1
Host: api.didww.com
Accept: text/csv
Api-Key: [API token]
Other Responses
Code |
Success |
Description |
---|---|---|
404 |
No |
Not Found (without body) |
401 |
No |