Hello,
I'm using a php script in order to load data dynamically to current release of analytics as of today (energy solar data) and it's running well.
It's updated every 3 minutes and produced a convenient dashboard to me.
Due to the amount of data, I need to purge old data.
Based on documentation, I found the way to do it. (by using < %last 5 days% in my case).
Is there a way to do it through a structured json packet or by sending a specific request ?
thanks by advance
Hello,
I'm using a php script in order to load data dynamically to current release of analytics as of today (energy solar data) and it's running well.
It's updated every 3 minutes and produced a convenient dashboard to me.
Due to the amount of data, I need to purge old data.
Based on documentation, I found the way to do it. (by using < %last 5 days% in my case).
Is there a way to do it through a structured json packet or by sending a specific request ?
thanks by advance