Hello Tech Community Team,
my Question would be:
is there a kind of rest call for measurement/eventapi, where I can simply get all possible fragment types within a time window ?
This would be extremely helpful to reduce the ammount of calls against the API.
Thank you in advance
Matthias
Hi @Matthias.Burkert,
this exists for the measurement API although it does not allow to filter for a time window:
For other APIs e.g. events or alarms this does not exists to my knowledge.
Regards,
Tristan
What do you try to achieve?
greets
Helmut
Matthias asked if there is a way to get all (meaning from all sources there are) unique series of a timeframe. This is something that the API doesn’t offer as far as I know. I would pledge to open a feature request for something like a uniqueBy query param to get such a functionality. This would be equally useful for events (get all unique types over all events) etc.
I could imagine a usecase for a filter dropdown being shown where the user can select one element. An example for alarms - show a dropdown to filter alarms by their type (where the user won’t want a free text field as he can’t know all types to exist on the tenant).