GET api/EventCalendar/GetEventCategories
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CalendarEventCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| categoryname | string |
None. |
|
| istourism | boolean |
None. |
|
| ismeeting | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"categoryname": "sample string 2",
"istourism": true,
"ismeeting": true
},
{
"$ref": "1"
}
]