GET/calendareventtypes.json
Get Event Types
This call will return all calendar events that the current user can see in the provided date range.
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"eventtypes": [
{
"name": "Birthdays",
"id": "100021",
"color": "ABAE15"
}
],
"STATUS": "OK"
}