Get CDR Export

Description

Returns a single CDR Export.

Forming Request

Request Method: GET

Request Path: /v3/cdr_exports/

URI Parameters:

Name

Type

Is Required?

Description

id

string

Yes

Unique ID identifier of CDR Export.

Example

http

GET /v3/cdr_exports/21e02b15-806d-44b3-b67f-434ea6c44f61 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/21e02b15-806d-44b3-b67f-434ea6c44f61 -H "Accept: application/vnd.api+json" -H "Api-Key: [API token]" -H "Content-Type: application/vnd.api+json"

response

HTTP/1.1 200 OK
Content-Type: application/vnd.api+json

{
        "data": {
                "id": "21e02b15-806d-44b3-b67f-434ea6c44f61",
                "type": "cdr_exports",
                "attributes": {
                        "filters": {
                                "year": "2017",
                                "month": "3"
                        },
                        "status": "Completed",
                        "created_at": "2017-06-25T14:56:31.513Z",
                        "url": "https://api.didww.com/v3/cdr_exports/a4f6b765-f20c-45c7-98d2-80c2f3a41517.csv"
                }
        },
        "meta": {
                "api_version": "2017-09-18"
        }
}

Other Responses

Code

Success

Description

404

No

Not Found

401

No

Unauthorized