Event Types REST Endpoints
Integrations/Event Types
The operations from the Integrations/Event Types category.
- Clone an Event Type
- Method: postPath:
/ic/api/integration/v1/eventTypes/{id}/clone - Create an Event Type
- Method: postPath:
/ic/api/integration/v1/eventTypes - Delete an Event Type
- Method: deletePath:
/ic/api/integration/v1/eventTypes/{code} - Retrieve an Event Type
- Method: getPath:
/ic/api/integration/v1/eventTypes/{id} - Retrieve Event Types
- Method: getPath:
/ic/api/integration/v1/eventTypes - Update an Event Type
- Method: postPath:
/ic/api/integration/v1/eventTypes/{id}/update