v1
latestOpenAPI 3.0.12026-07-243686491.1 MBCharge Points Charging Rules
Retrieve the list of charging rules for a charge point
Required scope: charge-points:read </br>Organization authorization: supported
get/api/v1/charge-points/{chargePointId}/charging-rules
Path parameters
chargePointIdinteger required
Query parameters
pageinteger
page number to retrieve (starts with 0)
perPageinteger
number of items per page (between 1 and 100, default 10)
Response
List of charging rules for the charge point
Example response
{
"data": [
{
"id": 1,
"name": "Smart charging rule",
"isActive": true,
"isSponsored": true,
"creatorUserId": 123,
"vehicleId": 123,
"settings": {
"start": "22:00",
"beReadyAt": "06:00",
"defaultMaxBatteryPercentage": 80
}
}
]
}