List Trip Reviews
TripReview
List Trip Reviews
Lists trip reviews.
GET
List Trip Reviews
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Items per page
Example:
10
Page number
Example:
1
Creation date range
Example:
">=2024-01-01;<=2024-12-31"
Cooperative identifier
Example:
"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3e"
Transport operator identifier
Example:
"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3e"
Driver identifier
Example:
"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3d"
Moderation status
Available options:
VISIBLE, FLAGGED, HIDDEN Example:
"VISIBLE"
Field to sort by
Available options:
createdAt, driverRating, transportOperatorRating Example:
"createdAt"
Sort order
Available options:
asc, desc Example:
"desc"
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.