How to get audio conferencing minutes like the one displayed in dashboard through the API?

May I know how to get the audio conferencing minutes through the API like the numbers displayed here in the dashboard
image
? I tried getting the duration from this endpoint Zoom Meeting API but the numbers came out to be different.

@nazura97,

Can you share the Get telephone reports API response with us? Be sure to omit your personally identifiable information.

It’s something like this but for the same from and to date, if I total up the duration number for type 1(toll-free call in and call out) and type 2(toll), it doesn’t get to the number shown on the dashboard.

{
“from”: “2022-04-01”,
“to”: “2022-04-30”,
“page_count”: 1,
“page_number”: 1,
“page_size”: 300,
“total_records”: 31,
“next_page_token”: “”,
“telephony_usage”: [
{
“meeting_id”: 6782007405,
“phone_number”: “+60 3 3099 2229”,
“type”: “Toll”,
“host_name”: “wm.my",
“host_email”: "w
h.com.my”,
“dept”: “Investments”,
“start_time”: “2022-04-28T07:54:49Z”,
“end_time”: “2022-04-28T08:15:05Z”,
“duration”: 21,
“total”: 0.0,
“meeting_type”: “Meeting”,
“call_in_number”: “00",
“uuid”: "n7cm
Aw==",
“rate”: 0.0,
“signaled_number”: "+60 3
29",
“host_id”: "pJvo
***3fOoTQ”
},

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.