GET api/landmarks
Returns the Landmark list.
Request Information
URI Parameters
None.
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.