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