Incorrect total_minutes returned

Using this template helps us debug your issues more effectively :slight_smile:

Description
Can not receive accurate value returned for the “total_minutes” (most of cases with the wrong value, the “1” (minute) is returned)

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
https://api.zoom.us/v2/report/users/{userId}/meetings
https://api.zoom.us/v2/report/meetings/{meetingId}

How To Reproduce (If applicable)
#!/bin/sh
MEETINGID=
TOKENKEY={PLEASE provide a valid token}

curl --request GET
–url https://api.zoom.us/v2/report/meetings/$MEETINGID
–header “authorization: Bearer $TOKENKEY”

Screenshots (If applicable)
99406096882

Additional context
If I downloaded the information of the meeting participants, and calculated each participant’s meeting duration and then combine together, the value of total_minutes should be 611 minutes.

Hi @ct_yen,

Thank you for raising this—this seems like it could be a bug.

Can you share the full request URLs you’re using and the raw response with us at developersupport@zoom.us so that we can take a closer look?

Thanks!
Will

Hi, @will.zoom

The email is sent with some additional information provided. We did also file a US support ticket #11576572 two weeks ago with developersupport@zoom.us included. Please check the ticket too. Thanks a lot.

Thank you for confirming @ct_yen — a member of our team will be in touch shortly.

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