CDR Exports API

get specific entry

GET /api/rest/customer/v1/cdr-exports/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE0LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzEwMjU0MjAwfQ.h62L8AH4-_Yjezo7RgfIl2fdwjzVFgYTtlDxDcqKtdo
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/cdr-exports/cc9c3b9e-e07d-11ee-bf85-0242ac120003

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"115df067c95d1048c5b28257550a7fa6"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: c6bbb228-3025-4b1f-b690-ec4909cebc36
X-Runtime: 0.007824
Content-Length: 641

Status

200 OK

Body

{
  "data": {
    "id": "cc9c3b9e-e07d-11ee-bf85-0242ac120003",
    "type": "cdr-exports",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/cdr-exports/cc9c3b9e-e07d-11ee-bf85-0242ac120003"
    },
    "attributes": {
      "filters": {
        "time_start_gteq": "2018-01-01T00:00:00.000Z"
      },
      "status": "Pending",
      "rows-count": null,
      "created-at": "2024-03-12T14:35:40.338Z",
      "updated-at": "2024-03-12T14:35:40.338Z"
    },
    "relationships": {
      "account": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/cdr-exports/cc9c3b9e-e07d-11ee-bf85-0242ac120003/relationships/account",
          "related": "http://example.org/api/rest/customer/v1/cdr-exports/cc9c3b9e-e07d-11ee-bf85-0242ac120003/account"
        }
      }
    }
  }
}