IncomingCdrs API

get specific entry

GET /api/rest/customer/v1/incoming-cdrs/:id

Request

Headers

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

Route

GET /api/rest/customer/v1/incoming-cdrs/24

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"e1e377bd9c49234f5485ecb7bd93ccd2"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 0f1f8d41-b55b-4589-b011-1a0780cb50fd
X-Runtime: 0.014743
Content-Length: 1072

Status

200 OK

Body

{
  "data": {
    "id": "24",
    "type": "incoming-cdrs",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/incoming-cdrs/24"
    },
    "attributes": {
      "time-start": "2025-03-01T18:06:26.296Z",
      "time-connect": "2025-03-01T18:06:26.296Z",
      "time-end": "2025-03-01T18:06:56.296Z",
      "duration": 30,
      "success": true,
      "dialpeer-initial-interval": null,
      "dialpeer-initial-rate": null,
      "dialpeer-next-interval": null,
      "dialpeer-next-rate": null,
      "dialpeer-fee": null,
      "dialpeer-prefix": null,
      "vendor-price": null,
      "vendor-duration": null,
      "src-name-out": null,
      "src-prefix-out": null,
      "dst-prefix-out": null,
      "src-prefix-routing": "SRC Prefix Routing",
      "dst-prefix-routing": "DST Prefix Routing",
      "diversion-out": null,
      "local-tag": "EU",
      "legb-disconnect-code": null,
      "legb-disconnect-reason": null,
      "sign-term-ip": null,
      "sign-term-port": null,
      "sign-term-transport-protocol-id": null,
      "term-call-id": null,
      "legb-user-agent": null,
      "rec": false
    },
    "relationships": {
      "account": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/incoming-cdrs/24/relationships/account",
          "related": "http://example.org/api/rest/customer/v1/incoming-cdrs/24/account"
        }
      }
    }
  }
}