Event Subscriptions REST Endpoints
Event Subscriptions
The event-based subscription management object that allows external applications to discover objects that can be subscribed.
- Create an event subscription
- Method: postPath:
/services/rest/connect/v1.4/eventSubscriptions - Delete an event subscription
- Method: deletePath:
/services/rest/connect/v1.4/eventSubscriptions/{id} - Get an event subscription
- Method: getPath:
/services/rest/connect/v1.4/eventSubscriptions/{id} - Get multiple event subscriptions
- Method: getPath:
/services/rest/connect/v1.4/eventSubscriptions - Update an event subscription
- Method: patchPath:
/services/rest/connect/v1.4/eventSubscriptions/{id}