Event Instances REST Endpoints

Event Instances
The event instances resource provides information about the event instances that have occurred. Examples of event instances are instances of Enrollment Drop and Refund Posted events.
Calculate events statistics
Method: post
Path: /fscmRestApi/resources/11.13.18.05/eventInstances/action/calculateEventStatistics
Create an event instance
Method: post
Path: /fscmRestApi/resources/11.13.18.05/eventInstances
Get all event instances
Method: get
Path: /fscmRestApi/resources/11.13.18.05/eventInstances
Get an event instance
Method: get
Path: /fscmRestApi/resources/11.13.18.05/eventInstances/{EventInstanceId}
Update an event instance
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/eventInstances/{EventInstanceId}