Skip to main content

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

Comments successfully retrieved.


Schema
    comments object[]
  • Array [
  • id int64
    createdAt date-time
    updatedAt date-time
    chargerId string
    comment string
    operatorId string
    operatorName string
    operatorEmail string
  • ]
Loading...