[SOLVED] Get smoothed data

Hi

I’m wondering if there is a way to get smoothed data from Ubidots API.

I did a graphic with plotly.js in a HTML Canvas and I would like to smooth data when there is more than 1500 rows in my data. Ex: I have 3000 temperature values and every two values, I find the average to plot only 1500 values.

I know how to do it in client side, but I’m wondering if it is possible to the API to do it by itself and then send me only the smoothed data. It will makes the download of the data faster.

Greetings, actually we do not support that function with our public API, I will add your comment to our Product backlog for future updates.

All the best

Ok

Thank you for your answer!