03 Aug 2017 09:41 AM - last edited on 25 May 2021 03:44 PM by MaciejNeumann
Is it possible to call more than one aggregation dataset in one Timeseries API call. Basically the "aggregationType " parameter having more than one value. I noticed that this parameter is optional, if you leave it out does it bring back all the values or just the average. The manual doesn't make this clear.
Thank you.
Solved! Go to Solution.
22 Jun 2018 02:15 PM
No that's not possible. The aggregation is not optional, you get an error if you do not specify it. It's just optional in the case that you fetch all timeseries definitions with a HTTP GET. If you want data points you have to specify it.