GET api/Locations/Stops?polygonId={polygonId}&stopNameFilter={stopNameFilter}

Gets bus stops

Request Information

URI Parameters

NameDescriptionTypeAdditional information
polygonId

If specified, only get bus stops contained in the given polygon id

integer

None.

stopNameFilter

If specified, only return stops with names containing the specified text

string

None.

Body Parameters

None.

Response Information

Resource Description

The stops

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.