Get CSV File of Export
Description
Returns a single .csv.gz file for corresponding Export.
Attention
Please note that the file is available for Download Only! It can not be red as in previous versions due to .csv file being Archived as .gz format archive for compression of space.
To receive the CDR export file, a query should be sent to /v3/exports/{filename}.csv.gz, 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/exports/
URI Parameters:
Name |
Type |
Is Required? |
Description |
---|---|---|---|
filename |
|
Yes |
Unique filename of completed CDR Export. |
Example
GET /v3/exports/a4f6b765-f20c-45c7-98d2-80c2f3a41517.csv.gz HTTP/1.1
Host: api.didww.com
Accept: text/csv
Api-Key: [API token]
curl -i -X GET https://api.didww.com/v3/exports/a4f6b765-f20c-45c7-98d2-80c2f3a41517.csv.gz -H "Accept: text/csv" -H "Api-Key: [API token]"
Other Responses
Code |
Success |
Description |
---|---|---|
404 |
No |
Not Found (without body) |
401 |
No |