07-11-2024 10:49 PM
Hi Team,
I am using Meraki APIs and I have imported all the meraki packages for getting the org id and network id I don't see any issues.
When I use the above URL in my script I am getting 404 error I think [] are replaced with %5B%5D. I have tried to change the URL but no luck Can someone help me here.
Solved! Go to Solution.
07-12-2024 12:17 AM
Get Network Events - Meraki Dashboard API v1 - Cisco Meraki Developer Hub
You don't need the [] for productType, so this URL should work:
https://api.meraki.com/api/v1/networks/{networkId}/events?productType=wireless&perPage=30
07-12-2024 12:17 AM
Get Network Events - Meraki Dashboard API v1 - Cisco Meraki Developer Hub
You don't need the [] for productType, so this URL should work:
https://api.meraki.com/api/v1/networks/{networkId}/events?productType=wireless&perPage=30
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