GET api/Locations/Stops?polygonId={polygonId}&stopNameFilter={stopNameFilter}
Gets bus stops
Request Information
URI Parameters
| Name | Description | Type | Additional 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
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.