Event Types
REST API Event Types
GET /v1/common/eventTypes
Returns the list of all active Event Types.
Request:
Request will expect the user to send the APIToken in the request header which re-authenticates the user with each request.
{
"success": "true",
"result": [
{
"id": "12345",
"name": "Meeting"
},
{
"id": "452345",
"name": "Wedding"
}]
}