get https://api.lumenpath.com/api/analytics/series//sensor///////
Unique visitors to a sensor
Returns unique visitors to a sensor, grouped by bucket
time interval, between start
and end
dates.
curl --user "application_id:application_secret" https://api.lumenpath.com/api/analytics/series/<application_id>/sensor/7bda38fb-1816-416e-aa71-978f33b81cdd/1/13406/hour/2014-11-07T01:00:00.00Z/2014-11-10T01:00:00.00Z/
Response
========
{"data":[{"timestamp":1415322000000,"date_time":"2014-11-07T01:00:00.000Z","value":2.0},{"timestamp":1415329200000,"date_time":"2014-11-07T03:00:00.000Z","value":1.0},{"timestamp":1415336400000,"date_time":"2014-11-07T05:00:00.000Z","value":1.0},{"timestamp":1415340000000,"date_time":"2014-11-07T06:00:00.000Z","value":1.0},{"timestamp":1415343600000,"date_time":"2014-11-07T07:00:00.000Z","value":1.0},{"timestamp":1415347200000,"date_time":"2014-11-07T08:00:00.000Z","value":1.0},{"timestamp":1415350800000,"date_time":"2014-11-07T09:00:00.000Z","value":1.0},{"timestamp":1415397600000,"date_time":"2014-11-07T22:00:00.000Z","value":1.0}]}