Not sure if I’m looking at this wrong but I appear to be getting a count mismatch when calling a GET to the metrics/meetings API. Details below, please let me know if you notice an obvious (or not so obvious mistakes) in my implementation.
Thanks,
Sean
Description/Error
Issue: Count of meetings in the XML (or JSON) body is not equal to the “total_records” tag.
* GET /metrics/meetings
* Keys: type=past&from=2019-11-02&to=2019-11-04&page_size=300
* I’ve tried both XML and JSON responses
The App Name is “api_jwt” and unfortunately, I don’t see where to get the App ID from. I re-ran my example call this morning so it will be easier to review.
The first run is through Postman @ date_time: “2019-12-10 08:50:36” CDT. The response states “Total_records”: 143 and doing a find on {“uuid”: counts 146.
My 2nd run (@ “2019-12-10 08:51:38” CDT) within my C# script has the same count of 143 with 146 records entered into our staging tables.
Interesting that the actual # of records changed (148 to 146) since my original post.
Is there any update on this? With the increase in Zoom usage during the current situation, this has become a more significant issue where the difference in the miscount can be more than a pages worth of data (300).