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