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
- 500
Block information
application/json
Schema
Example (from schema)
Schema
chargerId string
blockedUntil date-time nullable
{
"chargerId": "string",
"blockedUntil": "2025-09-04T07:11:42.377Z"
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
type string
title string
status int32 nullable
detail string
instance string
extensions object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"extensions": {}
}
User not authorised
An unexpected error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Loading...