GET api/EventCalendar/GetEventCategoryById/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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,
"categoryname": "sample string 2",
"istourism": true,
"ismeeting": true
}