This resource allows you to retrieve and manipulate Domain Events and information associated with Domain Events.
A Service Limit applies to some of the bulk operations against this resource. Refer to the Limits topic for more information.
Operations
Create Domain Event
POST /v1/commons/event_types
Create or Update Domain Events
POST /v1/commons/event_types/multi_upsert
Delete Domain Event by ID
DELETE /v1/commons/event_types/{id}
Delete Domain Events
POST /v1/commons/event_types/multi_delete
Retrieve All Domain Events
GET /v1/commons/event_types
Retrieve Domain Event by ID
GET /v1/commons/event_types/{id}
Retrieve Domain Events
POST /v1/commons/event_types/multi_read
Update Domain Event by ID
PUT /v1/commons/event_types/{id}