Hi,
Instead of manually download the exported csv file for the past meetings and details, I am trying to retrieve the information programmatically using zoom APIs. However, with the provided APIs, I am not able to find the data shown in the exported csv file, such as host “Group”, “Host Data Center”, “Encryption”, “Cipher”, participant’s “Device”, “Location”, used meeting devices, as well as video/audio jitter, latency, etc. The APIs I have tried include:
/meetings/{meeting_id}
/meetings/{meeting_id}/livestream
/past_meetings/{meeting_id}
/past_meetings/{meeting_id}/instances
/past_meetings/{meeting_id}/participants
/metrics/meetings/{meeting_id}/participants
/metrics/meetings/{meeting_id}/participants/qos
/metrics/meetings/{meeting_id}/participants/{user_id}/qos
/metrics/meetings/{meeting_id}/participants/sharing
/metrics/meetings/{meeting_id}/participants/satisfaction
/live_meetings/{meeting_id}/events
/report/meetings/{meeting_id}
/report/meetings/{meeting_id}/participants
/report/meetings/{meeting_id}/polls
Are these data available to be retrieved using APIs?
Thanks,