approved, byrokraatit, ylläpitäjät
0
muokkausta
Rivi 246: | Rivi 246: | ||
* http://example.com/journeys/api/journeys?departureDate=2013-06-10 will return JOURNEYS which depart at the given date | * http://example.com/journeys/api/journeys?departureDate=2013-06-10 will return JOURNEYS which depart at the given date | ||
* http://example.com/journeys/api/journeys?departureTime=08:00:00+0300 will return JOURNEYS which depart at the given time | * http://example.com/journeys/api/journeys?departureTime=08:00:00+0300 will return JOURNEYS which depart at the given time | ||
* http://example.com/journeys/api/journeys? | * http://example.com/journeys/api/journeys?arrivalTime=08:00:00+0300will return JOURNEYS which last CALL arrives at STOP POINT at 08:20:00+0300 | ||
* http://example.com/journeys/api/journeys? | * http://example.com/journeys/api/journeys?dayTypes=Monday,Tuesday,Wednesday will return JOURNEYS which run on given day types | ||
* http://example.com/journeys/api/journeys?stopPointId=111 will return JOURNEYS which contains a CALL which contains STOP POINT with id 111 | * http://example.com/journeys/api/journeys?stopPointId=111 will return JOURNEYS which contains a CALL which contains STOP POINT with id 111 | ||
* http://example.com/journeys/api/journeys?firstStopPointId=111 will return JOURNEYS which first CALL which contains STOP POINT with id 111 | * http://example.com/journeys/api/journeys?firstStopPointId=111 will return JOURNEYS which first 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 | * 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). |