Skip to main content
GET
Get Trip Review

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tripReviewId
string<uuid>
required

Trip review identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3a"

Query Parameters

fields
string

Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.

Response

OK

Trip review

tripReviewId
string<uuid>
required

Trip review identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3a"

tripId
string<uuid>
required

Trip identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3c"

orderId
string<uuid>
required

Order identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3c"

customerId
string<uuid>
required

Customer identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3b"

cooperativeId
string<uuid>
required

Cooperative identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3e"

transportOperatorId
string<uuid>
required

Transport operator identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3e"

driverId
string<uuid>
required

Driver identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3d"

overallRating
integer
required

Overall rating

Example:

5

driverRating
integer
required

Driver rating

Example:

5

transportOperatorRating
integer
required

Transport operator rating

Example:

4

moderationStatus
enum<string>
required

Trip review moderation status

Available options:
VISIBLE,
FLAGGED,
HIDDEN
Example:

"VISIBLE"

createdAt
string<date-time>
required

Creation timestamp

Example:

"2026-07-04T13:10:00.000Z"

updatedAt
string<date-time>
required

Update timestamp

Example:

"2026-07-04T13:10:00.000Z"

driverComment
string | null

Driver comment

Example:

"Motorista atencioso e pontual"

transportOperatorComment
string | null

Transport operator comment

Example:

"Viagem confortável"

vehicleRating
integer | null

Vehicle rating

Example:

4

overallComment
string | null

Overall comment

Example:

"Experiência geral muito boa"

cooperativeResponseMessage
string | null

Cooperative response message

Example:

"Obrigado pelo feedback"

respondedByCooperativeId
string<uuid> | null

Responding cooperative identifier

Example:

null

respondedByUserId
string<uuid> | null

Responding user identifier

Example:

null

moderationReason
string | null

Moderation reason

Example:

null

moderatedByUserId
string<uuid> | null

Moderating user identifier

Example:

null

createdBy
string<uuid> | null

Created by

Example:

null

updatedBy
string<uuid> | null

Updated by

Example:

null

respondedAt
string<date-time> | null

Response timestamp

Example:

null

moderatedAt
string<date-time> | null

Moderation timestamp

Example:

null