GET gtfs/{bookingId}
Download the GTFS file for the given booking ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bookingId |
Unique identifier for the quarterly schedule which is comprised of: last two digits of the year, two digits of month and season keyword - SU, FA, WR, SP (Please note that older schedules might now follow this exact nomenclature). |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Compressed zip file with schedule information for the given booking ID in GTFS format.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |
