10-21-2025 01:23 PM
Sorry if this is an easy answer, but I'm having a very hard time finding the information on how I can go about getting our camera traffic counter data from the API. Every time I think I have found something in the API docs, it shows as a deprecated endpoint. Appreciate any help on this.
Solved! Go to Solution.
10-21-2025 02:35 PM
Thank you, I think I found this one previously but didn't understand how to go about finding the boundary ids. 😞
10-21-2025 01:30 PM
For port counters, try getOrganizationSwitchPortsUsageHistoryByDeviceByInterval.
For WAN uplinks, try getOrganizationApplianceUplinksUsageByNetwork
Hopefully the search engine in the developer documentation will be able to help find the relevant operation. If not, you found the right place to ask that question 🙂
10-21-2025 01:44 PM
Thanks, sorry, I missed the 'camera' part of my question in the post I think. 🙂 It's the analytics traffic counter for cameras. : )
10-21-2025 01:50 PM
Context helps 🙂
I think it's this one: https://developer.cisco.com/meraki/api-v1/get-organization-camera-detections-history-by-boundary-by-interval/
I don't have much experience playing with it though.
10-21-2025 02:35 PM
Thank you, I think I found this one previously but didn't understand how to go about finding the boundary ids. 😞
10-21-2025 02:54 PM
10-21-2025 03:00 PM
Thank you so much! I found this also because I wasn't familiar with sending arrays as query params so I will add it in case anyone else needs it, thanks again @obrigg !
https://community.meraki.com/t5/Developers-APIs/quot-errors-quot-quot-serials-must-be-an-array-quot/m-p/233727
10-21-2025 03:25 PM
Arrays in URLs are annoying... we added a note in our documentation, and we're looking for ways to make it clearer.
10-21-2025 03:33 PM
Thanks any chance you have an example of how to send the array of objects handy (for the date range params)? I'm not finding that in the page you sent and my friend GPT is struggling as well. 🙂
10-21-2025 03:45 PM
10-21-2025 03:52 PM
Many thanks again! That was what my robot friend needed. lol 🙂
10-21-2025 03:53 PM
Good luck!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide