approved, byrokraatit, ylläpitäjät
0
muokkausta
(→Lines) |
|||
Rivi 132: | Rivi 132: | ||
* http://example.com/journeys/api/lines?lineName=13 will return LINES which name contains text "13" (case-insensitive) | * http://example.com/journeys/api/lines?lineName=13 will return LINES which name contains text "13" (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?lineDescription=Hermia will return LINES which description contains text "Hermia" (case-insensitive) | ||
* http://example.com/journeys/api/journeys?routeId=123 will return LINES which run on the ROUTE with id 123 | |||
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). |