curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/actions/composite-schedule \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"connector_id": 123,
"duration": 123,
"charging_rate_unit": "<string>"
}
'{
"status": "<string>",
"connectorId": 123,
"scheduleStart": "<string>",
"chargingSchedule": {
"chargingRateUnit": "<string>",
"chargingSchedulePeriod": [
{
"startPeriod": 123,
"limit": 123,
"numberPhases": 123
}
],
"duration": 123,
"startSchedule": "<string>",
"minChargingRate": 123
}
}curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/actions/composite-schedule \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"connector_id": 123,
"duration": 123,
"charging_rate_unit": "<string>"
}
'{
"status": "<string>",
"connectorId": 123,
"scheduleStart": "<string>",
"chargingSchedule": {
"chargingRateUnit": "<string>",
"chargingSchedulePeriod": [
{
"startPeriod": 123,
"limit": 123,
"numberPhases": 123
}
],
"duration": 123,
"startSchedule": "<string>",
"minChargingRate": 123
}
}Retrieves the composite charging schedule from the charger. The composite schedule is a merged view of all active charging profiles for a given connector and time duration.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
0 to get the schedule for the entire charge point.A (Amperes), W (Watts).Accepted or Rejected).Show chargingSchedule
A or W).