loadpoints
Get charging plan
Returns the current charging plan for this loadpoint.
get/loadpoints/{id}/plan
Path parameters
idinteger required
Loadpoint index starting at 1.
Example:1
Loadpoint index starting at 1
Response
Success
Example response
{
"result": {
"planId": 1,
"precondition": 3600,
"plan": [
{
"start": "2025-07-19T12:30:00.000Z",
"end": "2025-07-19T12:30:00.000Z"
}
],
"planTime": "2025-07-19T12:30:00.000Z",
"power": 2500
}
}