v1
latestOpenAPI 3.0.12026-07-243686491.1 MBCharge Points Charging Rules
Retrieve a single charge point charging rule
Required scope: charge-points:read </br>Organization authorization: supported
get/api/v1/charge-points/{chargePointId}/charging-rules/{chargingRuleId}
Path parameters
chargePointIdinteger required
chargingRuleIdinteger required
Response
Charge point charging rule with provided id
Example response
{
"id": 1,
"name": "Smart charging rule",
"isActive": true,
"isSponsored": true,
"creatorUserId": 123,
"vehicleId": 123,
"settings": {
"start": "22:00",
"beReadyAt": "06:00",
"defaultMaxBatteryPercentage": 80
}
}