class Ldbws::Request::GetDeparturesBoardWithDetails
Requests a departure board for a statuion, filtered by departures to one or more other stations. This returns more information than GetDepartureBoard.
This corresponds to GetDeparturesBoardWithDetailsRequest
in the LDBWS schema.
Parameters¶ ↑
- crs
-
the CRS code of the station you wish to get departures for (required).
- filter_list
-
a list of CRS codes to filter departures (required).
- time_offset
-
the offset from the current time—in minutes—to return departure information (optional).
- time_window
-
how far into the future—relative to
:time_offset
—to return service information for (optional).