cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1679
Views
4
Helpful
1
Replies

Location analytics/Organization alerts missing from API

omaralrafei1
Community Member

Hi, I am pulling data from the Meraki API to display differently.

I am encountering some difficulties in locating the API call for location analytics that can be found in the Organization -> Location Analytics.

I'm not sure if this call is there, i would appreciate any pointers. 🙂

1 Accepted Solution

Accepted Solutions

sungod
Level 11
Level 11

The data on the page are not available through the Dashboard API.

Options I can think of:

a - Look at the page source and create a script to extract the information from the web page or from the CSV links. But if the page design changes, it may break your script.

b - Use the scanning API to get the real-time data used to generate the presence data - this is how many analytics applications work. If there are a lot of wireless clients there's a lot of data!

https://developer.cisco.com/meraki/scanning-api/

c - Use a third-party service to do b) for you.

View solution in original post

1 Reply 1

sungod
Level 11
Level 11

The data on the page are not available through the Dashboard API.

Options I can think of:

a - Look at the page source and create a script to extract the information from the web page or from the CSV links. But if the page design changes, it may break your script.

b - Use the scanning API to get the real-time data used to generate the presence data - this is how many analytics applications work. If there are a lot of wireless clients there's a lot of data!

https://developer.cisco.com/meraki/scanning-api/

c - Use a third-party service to do b) for you.