callswithtranscription

API Docs by APIMATIC

Callswithtranscription

List of calls that match search criteria

Fields

NameDescription
items Required
pagination Required

Wavix uses pagination of the results retuned in response to your requests to make sure responses are lightweight and easier to handle.

{
  "items": [
    {
      "uuid": "1234",
      "date": "2022-03-03T13:53:59.000Z",
      "from": "12212123123",
      "to": "18001231233",
      "duration": 72,
      "charge": 0.01,
      "destination": "United States - Toll-free",
      "sip_trunk": "36465",
      "transcription": {
        "uuid": "1234",
        "url": "https://api.wavix.com/v1/cdr/1243/transcription?appid=secret"
      },
      "per_minute": 0.0059
    }
  ],
  "pagination": {
    "total": 1000,
    "total_pages": 10,
    "current_page": 2,
    "per_page": 100
  }
}