Zoom API response error - report API for fetching meeting details is giving incorrect results

Meeting response is incorrect even though there are duration greater than 0, duration is being shown as 0.

url - https://api.zoom.us/v2/past_meetings/82269756063/instances
response -

“meetings”: [
{
“uuid”: “02nBcjPVS2qBipjHTj0Uag==”,
“start_time”: “2021-10-01T00:27:58Z”
}
]

the followiing
trying to fetch report from the above meeting uuid
url - https://api.zoom.us/v2/report/meetings/02nBcjPVS2qBipjHTj0Uag==/participants?page_size=500
until sometime( until 12.30 pm October 1 2021) blank repsonse was coming - for every meetings. PFA

When tried now at 01.45pm October 1 2021, response is coming, but incorrect data
response - -

{
“page_count”: 1,
“page_size”: 300,
“total_records”: 6,
“next_page_token”: “”,
“participants”: [
{
“id”: “G0gnWyGCQbintgtcBWoD4A”,
“user_id”: “16778240”,
“name”: “Rashmi T R”,
“user_email”: “xxxxxxxxxxxxxxxxxxxxxxx”,
“join_time”: “2021-10-01T00:27:58Z”,
“leave_time”: “2021-10-01T00:27:58Z”,
“duration”: 0,
“attentiveness_score”: “”,
“failover”: false,
“customer_key”: “”
},
{
“id”: “HEGEionlQTGPnVLqhfsRFw”,
“user_id”: “16783360”,
“name”: “Kinjal Kothari”,
“user_email”: “xxxxxxxxxxxxxxxxxxxxxxxx”,
“join_time”: “2021-10-01T00:30:03Z”,
“leave_time”: “2021-10-01T00:30:03Z”,
“duration”: 0,
“attentiveness_score”: “”,
“failover”: false,
“customer_key”: “”
},
{
“id”: “OrLZFHZ5TemUufDMrsYN9g”,
“user_id”: “16784384”,
“name”: “Madala Poorna naga gowri”,
“user_email”: “xxxxxxxxxxxxxxxxxxxxx”,
“join_time”: “2021-10-01T00:30:09Z”,
“leave_time”: “2021-10-01T00:30:09Z”,
“duration”: 0,
“attentiveness_score”: “”,
“failover”: false,
“customer_key”: “”
},
{
“id”: “OsnsAku9TE-7LgDxc_Vhlg”,
“user_id”: “16785408”,
“name”: “Pankhuri”,
“user_email”: “xxxxxxxxxxxxxxxxxxxxxx”,
“join_time”: “2021-10-01T00:39:52Z”,
“leave_time”: “2021-10-01T00:39:52Z”,
“duration”: 0,
“attentiveness_score”: “”,
“failover”: false,
“customer_key”: “”
},
{
“id”: “OsnsAku9TE-7LgDxc_Vhlg”,
“user_id”: “16786432”,
“name”: “Pankhuri”,
“user_email”: “xxxxxxxxxxxxxxxxxxxxxx”,
“join_time”: “2021-10-01T00:54:16Z”,
“leave_time”: “2021-10-01T00:54:16Z”,
“duration”: 0,
“attentiveness_score”: “”,
“failover”: false,
“customer_key”: “”
},
{
“id”: “OsnsAku9TE-7LgDxc_Vhlg”,
“user_id”: “16787456”,
“name”: “Pankhuri”,
“user_email”: “xxxxxxxxxxx”,
“join_time”: “2021-10-01T00:55:57Z”,
“leave_time”: “2021-10-01T00:55:57Z”,
“duration”: 0,
“attentiveness_score”: “”,
“failover”: false,
“customer_key”: “”
}
]
}

Please check this.

Hey @karthik.rt,

Thank you for reaching out to the Zoom Developer Forum. I’ve reached out to our engineering team to get their insight and will get back to you ASAP.

(ZOOM-313477)

Thanks,
Max

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