Is it possible to download data from Arduino IOT in csv (or json)? Easier then by using API and writing my own app?
Im extremally disappointed/
Best,
Wojtek
Is it possible to download data from Arduino IOT in csv (or json)? Easier then by using API and writing my own app?
Im extremally disappointed/
Best,
Wojtek
You have a couple ways:
You can manually download the historical data of one or multiple variables from the dashboard interface
and you get an eMail
doable but probably not what you want if you are looking for automation.
the other option is to use the REST API interface. Have a loo at seriesV2HistoricData
the total number of data points should NOT be greater than 1000 otherwise the result will be truncated
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.