GET /Line/{id}/Route/Sequence/{direction}
Summary: Gets all valid routes for given line id, including the sequence of stops on each route.
Operation ID: Line_RouteSequence
Auth: unknown
Operation ID: Line_RouteSequence
Auth: unknown
Parameters (4)
direction
(string, path, required)
The direction of travel. Can be inbound or outbound.
Constraints: {'enum': ['inbound', 'outbound', 'all']}
excludeCrowding
(boolean, query, optional)
That excludes crowding from line disruptions. Can be true or false.
id
(string, path, required)
A single line id e.g. victoria
serviceTypes
(array, query, optional)
A comma seperated list of service types to filter on. Supported values: Regular, Night. Defaulted to 'Regular' if not specified
No probe data for this endpoint yet.