Call Charges API -

GET /phone/reports/call_charges
Zoom Sample Data from

{
  "next_page_token": "BJLYC6PABbAHdjwSkGVQeeR6B1juwHqj3G2",
  "page_size": 20,
  "total_records": 10,
  "from": "2021-10-01",
  "to": "2021-10-12",
  "call_charges": [
    {
      "id": "1k9fg8-e9a8-4e14-859e-94ce323a9eef",
      "call_log_id": "1csf78-e9a8-4e14-859e-94ce323a9eef",
      "caller_number": "1001",
      "caller_billing_number": "+2100000980",
      "callee_number": "1008",
      "callee_billing_number": "+21058945728",
      "call_type": "voip",
      "service_type": "call",
      "calling_party_name": "User",
      "cost_center": "Phone cost center",
      "employee_id": "A9877",
      "department": "Engineering",
      "end_time": "2021-10-08T16:12:15Z",
      "duration": 1,
      "charge_mode": "per_min",
      "rate": "0.0205",
      "currency": "USD",
      "total_charge": "0",
      "billing_number": "2100000980 Ext. 1001",
      "forward_number_billing": "2100000980"
    }
  ]
}

While we are not getting id in out postman data…

{
    "page_size": 30,
    "total_records": 1,
    "from": "2024-02-18",
    "to": "2024-03-18",
    "call_charges": [
        {
            "department": "Strategic Professional Services",
            "duration": "1",
            "rate": "$0.0318",
            "currency": "USD",
            "call_log_id": "e0459d89-0ad5-452b-b4bb-ac6a23bd7a1a",
            "caller_number": "*****",
            "caller_billing_number": "*****",
            "callee_billing_number": "*****",
            "call_type": "local",
            "service_type": "call",
            "calling_party_name": "PP",
            "cost_center": "",
            "end_time": "2024-02-26T11:43:24Z",
            "charge_mode": "per_min",
            "total_charge": "0",
            "billing_number": "*****"
        },

Is ther any way we can get this ID.

Hi @pareshpatel ,

Can you please respond to my private message with the following:

  • tracking id of request (in the response headers)
  • email address associated with app used to call API
  • client id

Thanks so much!

Hi Gianni

[Recacted]

Hi @pareshpatel , I redacted the info. I wanted you to respond in the private message. We are looking into it (ZSEE-125175).

Just followed up with team on this.