A simple way to search all transportation services.
GET https://api.zaui.io/octo/supplier/:supplierId/gt-connections/
GET
https://api.zaui.io/octo/supplier/:supplierId/gt-connections/
This endpoint search for and delivers all the connections matching your query. The delivered set of product objects.
supplierId
number
The supplier ID
passengers
integer
departureLocation
array
The departure location object
departureLocation[].stationId
string
8 or 9 letter alphanumeric uppercase code obtained using the Locations Capability GET /locations/
GET /locations/
arrivalLocation
The arrival location object
arrivalLocation[].stationId
8 or 9 letter alphanumeric uppercase code obtained from GET /locations/
/locations/
localDateTimeDeparture
The suppliers local departure date (YYYY-MM-DD)
localDateTimeArrival
The suppliers local arrival date (YYYY-MM-DD)
Last updated 4 years ago