GET /users/{userId}/statistics/charging

Get statistics about power consumption and price in the form of a time series for a single device.

If Smart Charging has shifted the consumption, the nonSmartPrice fields will show what the consumption would have cost if it had happened at the default time. If Smart Charging has resulted in savings, the value is reported in the estimatedSavings field.

Servers

Path parameters

Name Type Required Description
userId String Yes

Query parameters

Name Type Required Description
id String No
resolution String No

Possible values:

  • "QUARTER_HOUR"
  • "WEEK"
  • "MONTH"
  • "DAY"
  • "YEAR"
  • "HALF_HOUR"
  • "HOUR"

Default value: "DAY"

endDate String No
locationId String No
utcOffset String No
type String Yes

Possible values:

  • "hvac"
  • "charger"
  • "vehicle"
startDate String Yes

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.