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.eyJzdWIiOjE0LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzIxMjM1Nzg0fQ.qxAHCg59CPpY4_GZDAnVRoF3Si4KG3IFusAh0WUxtbw
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/cdr-exports/4ae5bffe-445e-11ef-b3ec-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/"5aeb8d28f998d37009f5c512daaaef0f"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 7590780c-2b36-426f-8da0-14bfb4bc3100
X-Runtime: 0.007332
Content-Length: 641

Status

200 OK

Body

{
  "data": {
    "id": "4ae5bffe-445e-11ef-b3ec-0242ac120003",
    "type": "cdr-exports",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/cdr-exports/4ae5bffe-445e-11ef-b3ec-0242ac120003"
    },
    "attributes": {
      "filters": {
        "time_start_gteq": "2018-01-01T00:00:00.000Z"
      },
      "status": "Pending",
      "rows-count": null,
      "created-at": "2024-07-17T17:02:04.595Z",
      "updated-at": "2024-07-17T17:02:04.595Z"
    },
    "relationships": {
      "account": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/cdr-exports/4ae5bffe-445e-11ef-b3ec-0242ac120003/relationships/account",
          "related": "http://example.org/api/rest/customer/v1/cdr-exports/4ae5bffe-445e-11ef-b3ec-0242ac120003/account"
        }
      }
    }
  }
}