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
- https://enode-api.production.enode.io
Path parameters
Name | Type | Required | Description |
---|---|---|---|
userId |
String | Yes |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
id |
String | No | |
resolution |
String | No |
Possible values:
Default value: "DAY" |
endDate |
String | No | |
locationId |
String | No | |
utcOffset |
String | No | |
type |
String | Yes |
Possible values:
|
startDate |
String | Yes |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.