GET api/city/{cityId}/landmarks
Returns the Landmark list filtered by given city.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cityId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of Landmark objects as ids and names.
Cyberlogic.eTourism.Domain.Models.Landmark.LandmarkName | Description | Type | Additional information |
---|---|---|---|
Id | MongoDB.Bson.ObjectId |
None. |
|
Name | string |
None. |
|
Categories | Collection of string |
None. |
|
Description | Cyberlogic.eTourism.Domain.Models.Landmark.LandmarkDescription |
None. |
|
City | Cyberlogic.eTourism.Domain.Models.Location.City |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.