fuzzyTrip Query
Finds a trip matching the given parameters. This query type is useful if the id of a trip is not known, but other details uniquely identifying the trip are available from some source (e.g. MQTT vehicle positions).
Arguments
#
direction = -1
Direction of the trip, possible values: 0, 1 or -1.
-1 indicates that the direction is irrelevant, i.e. in case the route has
trips only in one direction. See field directionId
of Pattern.
time
Int !
Non-null
Departure time of the trip, format: seconds since midnight of the departure date
Response
#
Returns Trip .