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
- 200
- 400
- 401
- 500
Comments successfully retrieved.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
comments object[]
id int64
createdAt date-time
updatedAt date-time
driverId int64
operatorId string
comment string
operatorName string
operatorEmail string
{
"comments": [
{
"id": 0,
"createdAt": "2025-09-04T07:11:42.355Z",
"updatedAt": "2025-09-04T07:11:42.355Z",
"driverId": 0,
"operatorId": "string",
"comment": "string",
"operatorName": "string",
"operatorEmail": "string"
}
]
}
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 authorized.
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...