Bart
bartBART (Bay Area Rapid Transit) provides public transportation services in the San Francisco Bay Area.
Acciones disponibles (10)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get BART API VersionBART_BART_GET_API_VERSIONAcciónStub action for bart api version retrieval.
BART_BART_GET_API_VERSIONAcciónStub action for bart api version retrieval.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get BART Available SchedulesBART_BART_GET_AVAILABLE_SCHEDULESAcciónTool to retrieve a list of currently released bart schedules. use when you need schedule versioning info.
BART_BART_GET_AVAILABLE_SCHEDULESAcciónTool to retrieve a list of currently released bart schedules. use when you need schedule versioning info.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Route InfoBART_BART_GET_ROUTE_INFOAcciónTool to fetch detailed information about a specific bart route. use when you know the route number (1–12) or need all routes configuration. call after confirming the route id.
BART_BART_GET_ROUTE_INFOAcciónTool to fetch detailed information about a specific bart route. use when you know the route number (1–12) or need all routes configuration. call after confirming the route id.
Parámetros de entrada
datestringOptional date in mm/dd/yyyy format or 'today'/'now' to select the schedule
routestringObligatorioenumRoute number (1–12) or 'all' to retrieve configuration for specific or all routes
123456789101112+1
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get BART StationsBART_BART_GET_STATIONSAcciónStub action for bart stations retrieval.
BART_BART_GET_STATIONSAcciónStub action for bart stations retrieval.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get GTFS-RT Trip UpdatesBART_GET_GTFS_RT_TRIP_UPDATESAcciónTool to fetch real-time trip updates in gtfs-realtime format. use when you need the latest live trip information as raw protobuf.
BART_GET_GTFS_RT_TRIP_UPDATESAcciónTool to fetch real-time trip updates in gtfs-realtime format. use when you need the latest live trip information as raw protobuf.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Download GTFS Static Schedule FeedBART_GET_GTFS_STATIC_SCHEDULE_FEEDAcciónTool to download the static gtfs feed (google transit.zip). use when needing the latest gtfs schedule data.
BART_GET_GTFS_STATIC_SCHEDULE_FEEDAcciónTool to download the static gtfs feed (google transit.zip). use when needing the latest gtfs schedule data.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get BART Schedule ArriveBART_GET_SCHEDULE_ARRIVEAcciónTool to retrieve schedule information based on a specified arrival time. use when planning trips arriving by a given time.
BART_GET_SCHEDULE_ARRIVEAcciónTool to retrieve schedule information based on a specified arrival time. use when planning trips arriving by a given time.
Parámetros de entrada
aintegerNumber of trips after the specified time (1-3)
bintegerNumber of trips before the specified time (0-3)
lintegerInclude legend flag: 0 omit, 1 include
datestringDate as 'MM/DD/YYYY', 'today', or 'now' (defaults to today)
deststringObligatorioDestination station abbreviation (4 letters)
origstringObligatorioOrigin station abbreviation (4 letters)
timestringArrival time in 'h:mm AM/PM' or 'now' (defaults to now)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get BART Schedule DepartBART_GET_SCHEDULE_DEPARTAcciónTool to get schedule information based on a specified depart time. use when planning trips from an origin to a destination with time constraints after confirming station codes.
BART_GET_SCHEDULE_DEPARTAcciónTool to get schedule information based on a specified depart time. use when planning trips from an origin to a destination with time constraints after confirming station codes.
Parámetros de entrada
aintegerTrips after specified time (1-3); default is 2
bintegerTrips before specified time (0-3); default is 2
lintegerInclude legend: 0=no, 1=yes; default is 0
datestringDate 'MM/DD/YYYY' or 'today'/'now'; defaults to current date
deststringObligatorioDestination station abbreviation (4 characters)
jsonstringSet to 'y' to request JSON output
origstringObligatorioOrigin station abbreviation (4 characters)
timestringDeparture time 'h:mm am/pm' or 'now'; defaults to current time
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Service AdvisoriesBART_GET_SERVICE_ADVISORIESAcciónTool to fetch current bart service advisories. use when you need up-to-date system-wide or station-level alerts before presenting or planning transit routes.
BART_GET_SERVICE_ADVISORIESAcciónTool to fetch current bart service advisories. use when you need up-to-date system-wide or station-level alerts before presenting or planning transit routes.
Parámetros de entrada
origstringStation code to filter advisories. Currently only 'all' (system-wide) is supported.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Station InfoBART_GET_STATION_INFOAcciónTool to fetch detailed information for a specified bart station. use after you have a station's abbreviation. (e.g., get station info for 'balb')
BART_GET_STATION_INFOAcciónTool to fetch detailed information for a specified bart station. use after you have a station's abbreviation. (e.g., get station info for 'balb')
Parámetros de entrada
origstringObligatorioThree-letter BART station abbreviation, e.g. 'BALB'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not