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.eyJzdWIiOjIyLCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzEwMjU0MjAyfQ.XtvwUG2Kc89-nQrs9XYrhJfZnZ-gOugDDiyTbn93X90
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/incoming-cdrs/4a0a15e9-6fb1-418d-a843-ce9082146d21

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/"7dfc5f98982f5efcc8c9381cb00ec65c"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 3ead0e50-3a36-43a9-8b80-b12a2d792a13
X-Runtime: 0.008383
Content-Length: 1208

Status

200 OK

Body

{
  "data": {
    "id": "4a0a15e9-6fb1-418d-a843-ce9082146d21",
    "type": "incoming-cdrs",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/incoming-cdrs/4a0a15e9-6fb1-418d-a843-ce9082146d21"
    },
    "attributes": {
      "time-start": "2024-03-12T14:34:42.456Z",
      "time-connect": "2024-03-12T14:34:42.456Z",
      "time-end": "2024-03-12T14:35:12.456Z",
      "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/4a0a15e9-6fb1-418d-a843-ce9082146d21/relationships/account",
          "related": "http://example.org/api/rest/customer/v1/incoming-cdrs/4a0a15e9-6fb1-418d-a843-ce9082146d21/account"
        }
      }
    }
  }
}