Event Types REST Endpoints

Integrations/Event Types
The operations from the Integrations/Event Types category.
Clone an Event Type
Method: post
Path: /ic/api/integration/v1/eventTypes/{id}/clone
Create an Event Type
Method: post
Path: /ic/api/integration/v1/eventTypes
Delete an Event Type
Method: delete
Path: /ic/api/integration/v1/eventTypes/{code}
Retrieve an Event Type
Method: get
Path: /ic/api/integration/v1/eventTypes/{id}
Retrieve Event Types
Method: get
Path: /ic/api/integration/v1/eventTypes
Update an Event Type
Method: post
Path: /ic/api/integration/v1/eventTypes/{id}/update