GET api/EventCalendar/GetEventCategoryById/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

CalendarEventCategory
NameDescriptionTypeAdditional 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
}