NAiOS IconNAiOS Logo
Volver al catálogo

Bart

bart

BART (Bay Area Rapid Transit) provides public transportation services in the San Francisco Bay Area.

Acciones
10
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Stub action for bart api version retrieval.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get BART Available SchedulesBART_BART_GET_AVAILABLE_SCHEDULESAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Route InfoBART_BART_GET_ROUTE_INFOAcción

Tool 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

  • datestring

    Optional date in mm/dd/yyyy format or 'today'/'now' to select the schedule

  • routestringObligatorioenum

    Route number (1–12) or 'all' to retrieve configuration for specific or all routes

    123456789101112+1

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get BART StationsBART_BART_GET_STATIONSAcción

Stub action for bart stations retrieval.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get GTFS-RT Trip UpdatesBART_GET_GTFS_RT_TRIP_UPDATESAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Download GTFS Static Schedule FeedBART_GET_GTFS_STATIC_SCHEDULE_FEEDAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get BART Schedule ArriveBART_GET_SCHEDULE_ARRIVEAcción

Tool to retrieve schedule information based on a specified arrival time. use when planning trips arriving by a given time.

Parámetros de entrada

  • ainteger

    Number of trips after the specified time (1-3)

  • binteger

    Number of trips before the specified time (0-3)

  • linteger

    Include legend flag: 0 omit, 1 include

  • datestring

    Date as 'MM/DD/YYYY', 'today', or 'now' (defaults to today)

  • deststringObligatorio

    Destination station abbreviation (4 letters)

  • origstringObligatorio

    Origin station abbreviation (4 letters)

  • timestring

    Arrival time in 'h:mm AM/PM' or 'now' (defaults to now)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get BART Schedule DepartBART_GET_SCHEDULE_DEPARTAcción

Tool 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

  • ainteger

    Trips after specified time (1-3); default is 2

  • binteger

    Trips before specified time (0-3); default is 2

  • linteger

    Include legend: 0=no, 1=yes; default is 0

  • datestring

    Date 'MM/DD/YYYY' or 'today'/'now'; defaults to current date

  • deststringObligatorio

    Destination station abbreviation (4 characters)

  • jsonstring

    Set to 'y' to request JSON output

  • origstringObligatorio

    Origin station abbreviation (4 characters)

  • timestring

    Departure time 'h:mm am/pm' or 'now'; defaults to current time

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Service AdvisoriesBART_GET_SERVICE_ADVISORIESAcción

Tool 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

  • origstring

    Station code to filter advisories. Currently only 'all' (system-wide) is supported.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Station InfoBART_GET_STATION_INFOAcción

Tool 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

  • origstringObligatorio

    Three-letter BART station abbreviation, e.g. 'BALB'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not