Dynamic Event Notification Mappings

This resource allows you to retrieve and manipulate information about dynamic event notification mappings.

A Service Limit applies to some of the bulk operations against this resource. Refer to the Limits topic for more information.

Operations


Create a Dynamic Event Notification Mapping
POST /v1/commons/event_notifications


Create or Update Dynamic Event Notification Mappings
POST /v1/commons/event_notifications/multi_upsert


Delete Dynamic Event Notification Mapping by ID
DELETE /v1/commons/event_notifications/{id}


Delete Dynamic Event Notification Mappings
POST /v1/commons/event_notifications/multi_delete


Retrieve All Dynamic Event Notification Mappings
GET /v1/commons/event_notifications


Retrieve Dynamic Event Notification Mapping by ID
GET /v1/commons/event_notifications/{id}


Retrieve Dynamic Event Notification Mappings
POST /v1/commons/event_notifications/multi_read


Update a Dynamic Event Notification Mapping by ID
PUT /v1/commons/event_notifications/{id}