GET residentapi/eventcategories

Get all of the possible event categories

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ListWrapperOfEventCategory
NameDescriptionTypeAdditional information
Total

integer

None.

Elements

Collection of EventCategory

None.

Response Formats

application/json, text/json

Sample:
{
  "total": 1,
  "elements": [
    {
      "categoryID": 1,
      "name": "sample string 2",
      "description": "sample string 3"
    },
    {
      "categoryID": 1,
      "name": "sample string 2",
      "description": "sample string 3"
    }
  ]
}