Hello, I am new to pulling data from Meraki's API and looking for some guidance. I'm looking to pull some data from our APs, specifically looking to get the mac addresses connected to an AP during a specific 2-hour period. Does anyone know what GET command would allow me to do this? I found the GET command that will let me input a set of mac addresses (clients) to confirm if it was connected during a certain period since this method also is a solution to my problem. But I keep getting [] in the output whenever I put it in Postman. https://developer.cisco.com/meraki/api-latest/#!get-network-wireless-client-connectivity-events
... View more