How to export a time-scaled data
Hi,
I would like to export data from my channel. My channel receives data every 15 minutes but I would like to export the data similar to what I can see when I change the chart/field's timescale to 60 minutes.
Thanks!
1 Comment
Time DescendingYou can use the API to export data on a 60 minute timescale. Have a look at the query string parameters in the read data call, for example sum, timescale, and average. You can use json, xml, or csv data formats for the exported data.