Get comments for a charger
x-ms-visibility: "important"
Retrieves all comments for the specified charger.
Query Parameters
chargerId string
ID of the charger to retrieve the comments for.
Responses
- 200
- 400
- 401
Comments successfully retrieved.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
comments object[]
id int64
createdAt date-time
updatedAt date-time
chargerId string
comment string
operatorId string
operatorName string
operatorEmail string
{
"comments": [
{
"id": 0,
"createdAt": "2025-03-31T07:22:38.650Z",
"updatedAt": "2025-03-31T07:22:38.650Z",
"chargerId": "string",
"comment": "string",
"operatorId": "string",
"operatorName": "string",
"operatorEmail": "string"
}
]
}
Validation 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"
}
User not authorized.
Loading...