signals
Signals (time-series channels), signal groups, latest values and measurement names.
Create or update a signal
Creates a new signal when the payload has no id, otherwise updates the existing signal with that id. Returns the resulting signal.
Get latest values for multiple signals
Returns the latest available value for each requested signal.
Get a signal by id
Returns the signal identified by the given signal id.
Get a signal group by id
Returns the signal group identified by the given signal group id.
Create or update a signal group
Creates a new signal group when the payload has no id, otherwise updates the existing group with that id. Returns the resulting signal group.
Search distinct measurement names
Returns the distinct measurement names that start with the given search string. Returns an empty list when the search string is shorter than three characters.