Skip to main content

Fields

chargingSessions : DeviceChargingSessionConnection

History of charging sessions for a SmartFlex device.

Arguments
after : DateTime

Earliest time of the charging sessions i.e. the start of the time window. Only sessions that start at or after this datetime are returned. Must be earlier than before.

before : DateTime

Latest time of the charging sessions i.e. end of the time window. Only sessions that start before this datetime are returned. Must be later than after.

first : Int
last : Int
sessionTypes : [ChargingSessionType]

The types of charging sessions to be returned.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "chargingSessions": DeviceChargingSessionConnection }