Skip to main content

Get comments for a driver

x-ms-visibility: "important"

Retrieves all comments for the specified driver.

Query Parameters
    driverId string

    ID of the driver to retrieve the comments for.

Responses

Comments successfully retrieved.


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