approved, byrokraatit, ylläpitäjät
0
muokkausta
(→Lines) |
|||
Rivi 151: | Rivi 151: | ||
* http://example.com/journeys/api/lines?lineDescription=Hermia will return LINES which description contains text "Hermia" (case-insensitive) | * http://example.com/journeys/api/lines?lineDescription=Hermia will return LINES which description contains text "Hermia" (case-insensitive) | ||
* http://example.com/journeys/api/lines?routeId=123 will return LINES which run on the ROUTE with id 123 | * http://example.com/journeys/api/lines?routeId=123 will return LINES which run on the ROUTE with id 123 | ||
* http://example.com/journeys/api/lines?stopPointId=222 will return LINES which run via STOP POINT with id | * http://example.com/journeys/api/lines?stopPointId=222 will return LINES which run via STOP POINT with id 222 | ||
* http://example.com/journeys/api/lines?firstStopPointId=111 will return LINES which start from STOP POINT with id 111 | * http://example.com/journeys/api/lines?firstStopPointId=111 will return LINES which start from STOP POINT with id 111 | ||
* http://example.com/journeys/api/lines?lastStopPointId=111 will return LINES which stop at STOP POINT with id 111 | * http://example.com/journeys/api/lines?lastStopPointId=111 will return LINES which stop at STOP POINT with id 111 |