Get CDR Exports
Description
Returns a collection of CDR Exports.
Forming Request
Request Method: GET
Request Path: /v3/cdr_exports
URI Parameters:
Name |
Type |
Is Required? |
Description |
---|---|---|---|
sort |
|
Optional |
Sorting:
Value |
Sorts by: |
---|---|
status |
The |
created_at |
The |
Fielding:
Value |
Returns: |
---|---|
filters |
The |
status |
The |
created_at |
The |
url |
The |
callback_url |
The |
callback_method |
The |
Example
GET /v3/cdr_exports HTTP/1.1
Host: api.didww.com
Content-Type: application/vnd.api+json
Accept: application/vnd.api+json
Api-Key: [API token]
curl -i -X GET https://api.didww.com/v3/cdr_exports -H "Accept: application/vnd.api+json" -H "Api-Key: [API token]" -H "Content-Type: application/vnd.api+json"
GET /v3/cdr_exports HTTP/1.1
Host: api.didww.com
Content-Type: application/vnd.api+json
Accept: application/vnd.api+json
Api-Key: [API token]
Other Responses
Code |
Success |
Description |
---|---|---|
401 |
No |