List Trip Schedules
Trip Schedule
List Trip Schedules
Lists trip schedules.
GET
List Trip Schedules
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
Generic filter that matches against
- name
Example:
"São Paulo"
Driver identifier
Example:
"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3e"
Route identifier
Example:
"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3c"
Trip schedule status
Available options:
ACTIVE, PAUSED, ARCHIVED Example:
"ACTIVE"
Vehicle identifier
Example:
"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3d"
Field to sort by
Available options:
departureAt, createdAt, updatedAt 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.