GET Addresses/Get/{id}?streetFilter={streetFilter}&smallTown={smallTown}

Get Streets Return list of streets according to the city id and the street filter term Need to send atleast 2 chars otherwise it will return empty array.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

City id - will get his from Get Cities

string

Required

streetFilter

The term to filter on

string

Required

smallTown

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

List of streets in the specific city.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.