How to export a time-scaled data
Lemuel Aldwin Garcia
on 2 Feb 2021
Latest activity Reply by Christopher Stapels
on 3 Feb 2021
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.
Sign in to participate