Wmata Rail Station
WMATA Rail Station is a transit data service that provides Washington Metro rail station information.
- Base URL:
http://api.wmata.com/Rail.svc - Auth:
header:api_key(pass your key via theapiKeyinput)
Operations
5476364f031f5909e4fe3314— GET /Lines — XML - Lines5476364f031f5909e4fe3316— GET /Path — XML - Path Between Stations5476364f031f5909e4fe331b— GET /SrcStationToDstStationInfo — XML - Station to Station Information5476364f031f5909e4fe3317— GET /StationEntrances — XML - Station Entrances5476364f031f5909e4fe3318— GET /StationInfo — XML - Station Information5476364f031f5909e4fe3315— GET /StationParking — XML - Parking Information
Inputs
apiKey— your wmata-rail-station API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: 5476364f031f5909e4fe3314
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: 5476364f031f5909e4fe3314, 5476364f031f5909e4fe3316, 5476364f031f5909e4fe331b, 5476364f031f5909e4fe3317, 5476364f031f5909e4fe3318, 5476364f031f5909e4fe3315 |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |