get all data back from flukso website
by
onHello,
I' trying to get data back from flukso.net with CURL and the API from Flukso but I have some trouble to get all data back in one time.
I'm using this request : curl -k -v -X GET -H "Accept: application/json" -H "X-Version: 1.0" -H "X-Token: mytoken" "https://api.flukso.net/sensor/mysensorid?start=1419418800&unit=lpermin&resolution=minute"
The timestamp = 24/12/2014 à 12:00:00 but in the JSON data, the first data begin at 1421869380 (now : 21/1/2015 à 20:43:00)
What's wrong ?
Thank you,
Fabrice