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

string

Optional

Sorting

Sorting:

Value

Sorts by:

status

The status field.

created_at

The created_at field.

Fielding:

Value

Returns:

filters

The filters attribute.

status

The status attribute.

created_at

The created_at attribute.

url

The url attribute.

callback_url

The callback_url attribute.

callback_method

The callback_method attribute.

Example

http

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

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"

response

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

Unauthorized