Event Instance Subscribers REST Endpoints

Event Instance Subscribers
The event instance subscribers resource provides information about the subscribers related to triggered events. Examples of triggered events are Enrollment Drop and Refund Posted. Additionally, with the patch action the resource can be used for retrying an event delivery which had failed.
Calculate subscriber statistics
Method: post
Path: /fscmRestApi/resources/11.13.18.05/eventInstanceSubscribers/action/calculateSubscriberStatistics
Create an event instance subscriber
Method: post
Path: /fscmRestApi/resources/11.13.18.05/eventInstanceSubscribers
Get all event instance subscribers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/eventInstanceSubscribers
Get an event instance subscriber
Method: get
Path: /fscmRestApi/resources/11.13.18.05/eventInstanceSubscribers/{SubscriberStatusId}
Run instances of events again
Method: post
Path: /fscmRestApi/resources/11.13.18.05/eventInstanceSubscribers/action/retryEventInstances
Update an event instance subscriber
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/eventInstanceSubscribers/{SubscriberStatusId}