Magidoc

cancelledTripTimes
Query

Get canceled TripTimes.

Arguments

#

feeds

Feed feedIds (e.g. ["HSL"]).

maxArrivalTime

Only canceled trip times that have last stop arrival time at maxArrivalTime or before are returned. Format: seconds since midnight of maxDate.

maxDate

Only canceled trip times scheduled to run on maxDate or before are returned. Format: "2019-12-23" or "20191223".

maxDepartureTime

Only canceled trip times that have first stop departure time at maxDepartureTime or before are returned. Format: seconds since midnight of maxDate.

minArrivalTime

Only canceled trip times that have last stop arrival time at minArrivalTime or after are returned. Format: seconds since midnight of minDate.

minDate

Only canceled trip times scheduled to run on minDate or after are returned. Format: "2019-12-23" or "20191223".

minDepartureTime

Only canceled trip times that have first stop departure time at minDepartureTime or after are returned. Format: seconds since midnight of minDate.

patterns

TripPattern codes (e.g. ["HSL:1098:1:01"]).

routes

Route gtfsIds (e.g. ["HSL:1098"]).

trips

Trip gtfsIds (e.g. ["HSL:1098_20190405_Ma_2_1455"]).

Response

#

Returns [ Stoptime ].

Example

#

    
  

3

    
  

3

    
  

3