CDR Exports API

get listing

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

Parameters

Name Description
filter[id] id filter
filter[status-eq] status eq filter
filter[status-not-eq] status not eq filter
filter[status-in] status in filter
filter[status-not-in] status not in filter
filter[rows-count-eq] rows count eq filter
filter[rows-count-not-eq] rows count not eq filter
filter[rows-count-gt] rows count gt filter
filter[rows-count-gteq] rows count gteq filter
filter[rows-count-lt] rows count lt filter
filter[rows-count-lteq] rows count lteq filter
filter[rows-count-in] rows count in filter
filter[rows-count-not-in] rows count not in filter
filter[created-at-eq] created at eq filter
filter[created-at-not-eq] created at not eq filter
filter[created-at-gt] created at gt filter
filter[created-at-gteq] created at gteq filter
filter[created-at-lt] created at lt filter
filter[created-at-lteq] created at lteq filter
filter[created-at-in] created at in filter
filter[created-at-not-in] created at not in filter
filter[updated-at-eq] updated at eq filter
filter[updated-at-not-eq] updated at not eq filter
filter[updated-at-gt] updated at gt filter
filter[updated-at-gteq] updated at gteq filter
filter[updated-at-lt] updated at lt filter
filter[updated-at-lteq] updated at lteq filter
filter[updated-at-in] updated at in filter
filter[updated-at-not-in] updated at not in filter
filter[account-id-eq] account id eq filter
filter[account-id-not-eq] account id not eq filter
filter[account-id-in] account id in filter
filter[account-id-not-in] account id not in filter

Request

Headers

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

Route

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

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/"72e311ebd4317f87092c6e8c1e8d6c6c"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 3211fdb6-6cce-4cb7-a9a2-774ceccdb435
X-Runtime: 0.013076
Content-Length: 1508

Status

200 OK

Body

{
  "data": [
    {
      "id": "cc910706-e07d-11ee-bf85-0242ac120003",
      "type": "cdr-exports",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/cdr-exports/cc910706-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.264Z",
        "updated-at": "2024-03-12T14:35:40.264Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/cdr-exports/cc910706-e07d-11ee-bf85-0242ac120003/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/cdr-exports/cc910706-e07d-11ee-bf85-0242ac120003/account"
          }
        }
      }
    },
    {
      "id": "cc91de7e-e07d-11ee-bf85-0242ac120003",
      "type": "cdr-exports",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/cdr-exports/cc91de7e-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.269Z",
        "updated-at": "2024-03-12T14:35:40.269Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/cdr-exports/cc91de7e-e07d-11ee-bf85-0242ac120003/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/cdr-exports/cc91de7e-e07d-11ee-bf85-0242ac120003/account"
          }
        }
      }
    }
  ],
  "meta": {
    "total-count": 2
  },
  "links": {
    "first": "http://example.org/api/rest/customer/v1/cdr-exports?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "last": "http://example.org/api/rest/customer/v1/cdr-exports?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  }
}