Get charger block TTL
x-ms-visibility: "important"
Returns the block expiry datetime for the charger if blocked.
Path Parameters
chargerId string required
ID of the charger
Responses
- 200
- 400
- 401
Block information
application/json
Schema
Example (from schema)
Schema
chargerId string
blockedUntil date-time nullable
{
"chargerId": "string",
"blockedUntil": "2025-06-16T11:03:49.117Z"
}
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorised
Loading...