GET api/EventCalendar/GetEventsByVenue?venue={venue}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| venue | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of CalendarEvent| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| dates | Collection of EventDate |
None. |
|
| locationName | string |
None. |
|
| locationAddress | string |
None. |
|
| locationCity | string |
None. |
|
| description | string |
None. |
|
| categoryName | string |
None. |
|
| categoryID | integer |
None. |
|
| cost | string |
None. |
|
| website | string |
None. |
|
| contactName | string |
None. |
|
| contactPhone | string |
None. |
|
| contactEmail | string |
None. |
|
| gps | string |
None. |
|
| approved | boolean |
None. |
|
| datesubmitted | date |
None. |
|
| userid | integer |
None. |
|
| isFeatured | boolean |
None. |
|
| startTime | time interval |
None. |
|
| endTime | time interval |
None. |
|
| pictureType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"name": "sample string 2",
"dates": [
{
"$id": "2",
"id": 1,
"eventDate": "2025-12-13T19:05:26.8528311+00:00",
"startTime": "00:00:00.1234567",
"endTime": "00:00:00.1234567"
},
{
"$ref": "2"
}
],
"locationName": "sample string 3",
"locationAddress": "sample string 4",
"locationCity": "sample string 5",
"description": "sample string 6",
"categoryName": "sample string 7",
"categoryID": 8,
"cost": "sample string 9",
"website": "sample string 10",
"contactName": "sample string 11",
"contactPhone": "sample string 12",
"contactEmail": "sample string 13",
"gps": "sample string 14",
"approved": true,
"datesubmitted": "2025-12-13T19:05:26.8528311+00:00",
"userid": 1,
"isFeatured": true,
"startTime": "00:00:00.1234567",
"endTime": "00:00:00.1234567",
"pictureType": "sample string 18"
},
{
"$ref": "1"
}
]