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.eyJzdWIiOjEzLCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzIxMjM1Nzg0fQ.iT_QYzy64EU_FrSPHJcmj1wKQxi1xhZOHAZsCfFSn6U
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/"7a8df859763ff612d2a8958f1c3c8a93"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 0ea35a74-053f-4c93-a77c-fddd6ec447e2
X-Runtime: 0.011863
Content-Length: 1508

Status

200 OK

Body

{
  "data": [
    {
      "id": "4ada331e-445e-11ef-b3ec-0242ac120003",
      "type": "cdr-exports",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/cdr-exports/4ada331e-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.519Z",
        "updated-at": "2024-07-17T17:02:04.519Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/cdr-exports/4ada331e-445e-11ef-b3ec-0242ac120003/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/cdr-exports/4ada331e-445e-11ef-b3ec-0242ac120003/account"
          }
        }
      }
    },
    {
      "id": "4adaf042-445e-11ef-b3ec-0242ac120003",
      "type": "cdr-exports",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/cdr-exports/4adaf042-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.523Z",
        "updated-at": "2024-07-17T17:02:04.523Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/cdr-exports/4adaf042-445e-11ef-b3ec-0242ac120003/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/cdr-exports/4adaf042-445e-11ef-b3ec-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"
  }
}