for the /networks/{networkId}/clients API you can include the "vlan" parameter: e.g. /networks/{networkId}/clients?vlan=10 How do I encode multiple values for this parameter? e.g. /networks/{networkId}/clients?vlan=(10 OR 20 OR 30) or some other way. Is this supported? if so, how? I noticed in the Meraki UI when selecting multiple VLANs to display they use this: ?q=(vlan:10 OR vlan:20 OR vlan:30)
... View more