Skip to content

Bundle DSC to Route API

sheldonabrown edited this page Dec 5, 2012 · 1 revision

Bus CIS Server provides an API to find details about a Destination Sign Code (DSC), including looking it up based on its route.

Call

(tdm component)/api/route/dsc/(dsc)

Options

URL Option _.Outcome
/api/route/dsc/(dsc) Return details of single DSC
/api/route/dsc/(dsc1,dsc2,…dscN) Return details on multple DSCs

Example

{ "routes": [ { "dsc": "4630", "agency-id": "MTA NYCT", "route-id": "B63", "description": "via 5th Av / Atlantic Av", "short-name": "B63", "long-name": "Bay Ridge - Cobble Hill" }, { "dsc": "463" } ], "status": "OK" }

Clone this wiki locally