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.eyJzdWIiOjIyLCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzIxMjM1Nzg2fQ.rZdnkbRX0U7Z7DHaXXLkmmgzHe47IRQU7HhPp-Om7G0
Host: example.org
Cookie: 

Route

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

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/"f3e8e9912909cfc2205be700dd350922"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: ef596a7b-283a-47bf-87dd-168fa3da3881
X-Runtime: 0.009367
Content-Length: 1072

Status

200 OK

Body

{
  "data": {
    "id": "23",
    "type": "incoming-cdrs",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/incoming-cdrs/23"
    },
    "attributes": {
      "time-start": "2024-07-17T17:01:06.728Z",
      "time-connect": "2024-07-17T17:01:06.728Z",
      "time-end": "2024-07-17T17:01:36.728Z",
      "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/23/relationships/account",
          "related": "http://example.org/api/rest/customer/v1/incoming-cdrs/23/account"
        }
      }
    }
  }
}