Retrieve Composite Charging Schedules

Developers can retrieve the composite charging schedule from a chargestation. This allows you to verify the applied power or current limits for a particular chargestation.

via Admin Panel

Go to Chargestation Details > Settings > Composite Schedule

You can request the latest schedule and also the last retrieved schedule for the chargestation and individual connectors.

via API

Use GET /v1.1/connectors/{id}/get_composite_schedule/ to request the latest schedule from the chargestation.

Webhooks

Your application should monitor the following Webhook Events when using get_composite_schedule for a chargestation or a connector.

chargestation.get_composite_schedule.requested

A request has been sent to the chargestation

chargestation.get_composite_schedule.accepted

The chargestation accepted the request and has begun processing it

chargestation.get_composite_schedule.rejected

The chargestation rejected the request.