approved, byrokraatit, ylläpitäjät
0
muokkausta
(→Lines) |
|||
Rivi 260: | Rivi 260: | ||
* http://example.com/journeys/api/journeys?lastStopPointId=111 will return JOURNEYS which last call which contains STOP POINT with id 111 | * http://example.com/journeys/api/journeys?lastStopPointId=111 will return JOURNEYS which last call which contains STOP POINT with id 111 | ||
These queries return response like above, with entities matching the criteria. All query parameters are exclusive (if you specify multiple conditions, the conditions are ANDed together). | These queries return response like above, with entities matching the criteria. All query parameters are exclusive (if you specify multiple conditions, the conditions are ANDed together). For example query: | ||
* http://example.com/journeys/api/journeys?departureDate=2013-06-10&lineId=123 will return JOURNEYS which depart at the given date and are on LINE with id 123 | |||
==== Stop Points ==== | ==== Stop Points ==== |