I lied, that API call is not the same. Can anyone help me with the right syntax as it seems adding switches breaks the canned API calls somehow or someway.
I need this command to work against a network that is managing switches along with APs:
https://api.meraki.com/api/v1/networks/<networkid>/events?perPage=1000&includedEventTypes[]=8021x_eap_success
When I run it like so it doesn't return any event logs and only returns the devices in that network (APs and switches):
https://api.meraki.com/api/v1/networks/<networkid>/devices?productType=wireless/events?perPage=1000&includedEventTypes[]=8021x_eap_success