HomeGuidesAPI ReferenceChangelog
Log In
API Reference

RequestGroup

defines a group statement within a structured query. Used to fetch time-series data organized by events from a GroupSystem.

Attributes

NameTypeDescription
system_idstrhardware ID or UUID of the GroupSystem.
eventslistlist of event hardware IDs to filter on.
group_bystrfield to group results by.
start_delayintdelay in milliseconds to apply before event start.
end_delayintdelay in milliseconds to apply after event end.
mapslistlist of RequestGroupMap defining datapoint-to-event mappings.

Methods

from_dict()

create a RequestGroup from a dictionary.

NameTypeDefaultDescription
my_dictdictdictionary representation.