cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1052
Views
0
Helpful
1
Replies

Are we missing the use of some API?

Hey, we are kinda new in the Meraki dev world, and, right now we managed to allow meraki to send us the data of the location API to our servers, but there is a lot of information that the documentation says it shows in the JSON message but it doesnt show it.

for example the time spent, and repeat visits of the user... are we missing something? or do we have to do all the code from cero just with the JSON information?

thank you.

1 Accepted Solution

Accepted Solutions

colo
Cisco Employee
Cisco Employee

Meraki's Location API shows the seen time in the Location API.

Meraki's Provisioning API - our RESTful API - shows the first seen time.

We do not show the number of repeat visits in any API. You can calculate the number of repeat visits by storing the Location data in a database.


All documentation on the Meraki Location API is located or linked on this website:

developers.meraki.com/cmx

View solution in original post

1 Reply 1

colo
Cisco Employee
Cisco Employee

Meraki's Location API shows the seen time in the Location API.

Meraki's Provisioning API - our RESTful API - shows the first seen time.

We do not show the number of repeat visits in any API. You can calculate the number of repeat visits by storing the Location data in a database.


All documentation on the Meraki Location API is located or linked on this website:

developers.meraki.com/cmx