GET api/EventCalendar/GetTourismEventListForSitemap?start={start}&end={end}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| start | string |
Default value is |
|
| end | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of TourismEventID| Name | Description | Type | Additional information |
|---|---|---|---|
| eventid | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"eventid": 1
},
{
"$ref": "1"
}
]