cancelledTripTimes Query
Get canceled TripTimes.
Arguments
#
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.
Response
#
Returns [ Stoptime ].
Example
#
canceledTrips
carPark