All URIs are relative to https://api.openmove.com
Method | HTTP request | Description |
---|---|---|
shelterAgenciesGet | GET /shelter/agencies | Returns agencies list |
shelterCalendarDatesTagGet | GET /shelter/calendarDates/{tag} | Returns calendar dates list of given agency tag |
shelterCalendarTagGet | GET /shelter/calendar/{tag} | Returns calendar list of given agency tag |
shelterRoutesTagGet | GET /shelter/routes/{tag} | Returns routes list of given agency tag |
shelterShapesTagShapeIdGet | GET /shelter/shapes/{tag}/{shapeId} | Returns shapes list of given agency tag |
shelterStopTimesTagTripIdGet | GET /shelter/stopTimes/{tag}/{tripId} | Returns stopTimes list of given agency tag and trip id |
shelterStopTimesTagTripIdStopIdGet | GET /shelter/stopTimes/{tag}/{tripId}/{stopId} | Returns stopTimes list of given agency tag, trip id and stop id |
shelterStopsTagGet | GET /shelter/stops/{tag} | Returns stops list of given agency tag |
shelterTripsTagRouteIdGet | GET /shelter/trips/{tag}/{routeId} | Returns trips list of given agency tag and route id |
shelterAgenciesGet()
Returns agencies list
// Import classes:
//import com.openmove.api.ShelterApi;
ShelterApi apiInstance = new ShelterApi();
try {
apiInstance.shelterAgenciesGet();
} catch (ApiException e) {
System.err.println("Exception when calling ShelterApi#shelterAgenciesGet");
e.printStackTrace();
}
This endpoint does not need any parameter.
null (empty response body)
- Content-Type: application/json
- Accept: Not defined
shelterCalendarDatesTagGet(tag)
Returns calendar dates list of given agency tag
// Import classes:
//import com.openmove.api.ShelterApi;
ShelterApi apiInstance = new ShelterApi();
String tag = "tag_example"; // String | gtfs tag
try {
apiInstance.shelterCalendarDatesTagGet(tag);
} catch (ApiException e) {
System.err.println("Exception when calling ShelterApi#shelterCalendarDatesTagGet");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
tag | String | gtfs tag |
null (empty response body)
- Content-Type: application/json
- Accept: Not defined
shelterCalendarTagGet(tag)
Returns calendar list of given agency tag
// Import classes:
//import com.openmove.api.ShelterApi;
ShelterApi apiInstance = new ShelterApi();
String tag = "tag_example"; // String | gtfs tag
try {
apiInstance.shelterCalendarTagGet(tag);
} catch (ApiException e) {
System.err.println("Exception when calling ShelterApi#shelterCalendarTagGet");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
tag | String | gtfs tag |
null (empty response body)
- Content-Type: application/json
- Accept: Not defined
shelterRoutesTagGet(tag)
Returns routes list of given agency tag
// Import classes:
//import com.openmove.api.ShelterApi;
ShelterApi apiInstance = new ShelterApi();
String tag = "tag_example"; // String | gtfs tag
try {
apiInstance.shelterRoutesTagGet(tag);
} catch (ApiException e) {
System.err.println("Exception when calling ShelterApi#shelterRoutesTagGet");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
tag | String | gtfs tag |
null (empty response body)
- Content-Type: application/json
- Accept: Not defined
shelterShapesTagShapeIdGet(tag, shapeId)
Returns shapes list of given agency tag
// Import classes:
//import com.openmove.api.ShelterApi;
ShelterApi apiInstance = new ShelterApi();
String tag = "tag_example"; // String | gtfs tag
String shapeId = "shapeId_example"; // String | gtfs shape id
try {
apiInstance.shelterShapesTagShapeIdGet(tag, shapeId);
} catch (ApiException e) {
System.err.println("Exception when calling ShelterApi#shelterShapesTagShapeIdGet");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
tag | String | gtfs tag | |
shapeId | String | gtfs shape id |
null (empty response body)
- Content-Type: application/json
- Accept: Not defined
shelterStopTimesTagTripIdGet(tag, tripId)
Returns stopTimes list of given agency tag and trip id
// Import classes:
//import com.openmove.api.ShelterApi;
ShelterApi apiInstance = new ShelterApi();
String tag = "tag_example"; // String | gtfs tag
String tripId = "tripId_example"; // String | gtfs trip id
try {
apiInstance.shelterStopTimesTagTripIdGet(tag, tripId);
} catch (ApiException e) {
System.err.println("Exception when calling ShelterApi#shelterStopTimesTagTripIdGet");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
tag | String | gtfs tag | |
tripId | String | gtfs trip id |
null (empty response body)
- Content-Type: application/json
- Accept: Not defined
shelterStopTimesTagTripIdStopIdGet(tag, tripId, stopId)
Returns stopTimes list of given agency tag, trip id and stop id
// Import classes:
//import com.openmove.api.ShelterApi;
ShelterApi apiInstance = new ShelterApi();
String tag = "tag_example"; // String | gtfs tag
String tripId = "tripId_example"; // String | gtfs trip id
String stopId = "stopId_example"; // String | gtfs stop id
try {
apiInstance.shelterStopTimesTagTripIdStopIdGet(tag, tripId, stopId);
} catch (ApiException e) {
System.err.println("Exception when calling ShelterApi#shelterStopTimesTagTripIdStopIdGet");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
tag | String | gtfs tag | |
tripId | String | gtfs trip id | |
stopId | String | gtfs stop id |
null (empty response body)
- Content-Type: application/json
- Accept: Not defined
shelterStopsTagGet(tag)
Returns stops list of given agency tag
// Import classes:
//import com.openmove.api.ShelterApi;
ShelterApi apiInstance = new ShelterApi();
String tag = "tag_example"; // String | gtfs tag
try {
apiInstance.shelterStopsTagGet(tag);
} catch (ApiException e) {
System.err.println("Exception when calling ShelterApi#shelterStopsTagGet");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
tag | String | gtfs tag |
null (empty response body)
- Content-Type: application/json
- Accept: Not defined
shelterTripsTagRouteIdGet(tag, routeId)
Returns trips list of given agency tag and route id
// Import classes:
//import com.openmove.api.ShelterApi;
ShelterApi apiInstance = new ShelterApi();
String tag = "tag_example"; // String | gtfs tag
String routeId = "routeId_example"; // String | gtfs route id
try {
apiInstance.shelterTripsTagRouteIdGet(tag, routeId);
} catch (ApiException e) {
System.err.println("Exception when calling ShelterApi#shelterTripsTagRouteIdGet");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
tag | String | gtfs tag | |
routeId | String | gtfs route id |
null (empty response body)
- Content-Type: application/json
- Accept: Not defined