Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, I am trying to get the data to generate a Traffic analytics report by calling the dashboard API. The Dashboard API returns only a subset of the data I see in the actual dashboard admin page. How do I make the API to return the same data result as...
In the sample output, there's a comma missing in the langIp attribute in the JSON objecthttps://dashboard.meraki.com/api/v0/networks/[networkId]/devices { "name":"My AP", "lat":37.4180951010362, "lng":-122.098531723022, "serial":"Q2XX-XXXX-XXXX", "m...
Hi, I am trying out the Sandbox and need to call the API but not sure what's the URL to use the the organization_id. Is this the correct API URL?https://dashboard.meraki.com/api/v0Thank you!Jon
Never mind. I found out how to organization_id and network_id. just call this URL with the API key will return the all organization id the administrator has access to:https://dashboard.meraki.com/api/v0/organizations.Found this excellent post here:Da...
I tried this in Postman and I just got empty array [] in the return. I tried this on the sandbox environment. Is this normal? Also, is there any documentation on the return JSON object? Thanks