Is there a method to retrieve trend data like the method GetTrendDataCustomTimespanForParameter but for all service parameters in a service?
Currently I'm hitting GetServiceParameters then GetTrendDataCustomTimespanForParameter repeatedly for each parameter but even with concurrency it can still be quite slow.
There's no public API available for this at the moment. Of how many parameters do you request the trend data?
There's also a limit, only 10 active requests get handled simultaneously. The DataMiner web apps request the trend data async to be able to go beyond this limit, but these API methods are currently not part of the public API interface.
Currently 96 but I’m going to be lowering that. Thanks for the response!