Events REST Endpoints

Core/Events
The events resource is used to create, view, or delete a subscription. It is also used to view a list of events. The events resource is used to subscribe to events in Oracle Field Service and to get notifications about the events.
Create a subscription
Method: post
Path: /rest/ofscCore/v1/events/subscriptions
Delete a subscription
Method: delete
Path: /rest/ofscCore/v1/events/subscriptions/{subscriptionId}
Get events
Method: get
Path: /rest/ofscCore/v1/events
Get subscription details
Method: get
Path: /rest/ofscCore/v1/events/subscriptions/{subscriptionId}
Get subscriptions
Method: get
Path: /rest/ofscCore/v1/events/subscriptions