Events: List of Tasks
You can perform the following tasks using the Events resource:
Task | Task Type | URI | Description |
---|---|---|---|
Create subscription |
POST |
/rest/ofscCore/v1/events/subscriptions |
This operation creates a subscription for Oracle Field Service Events. Events are generated when there is a change to one of the available events in the application (for example, activtyCreated, activityCompleted, inventoryInstalled, and so on). |
Get events |
GET |
/rest/ofscCore/v1/events |
This operation returns list of events that occurred after the specified 'page' identifier. |
Get subscription |
GET |
/rest/ofscCore/v1/events/subscriptions/{subscriptionId} |
This operation returns the details from a previously created subscription object. This operation doesn't return events, but it returns only the subscription details. |
Get list of subscriptions |
GET |
/rest/ofscCore/v1/events/subscriptions |
This operation returns the details from a previously created subscription object. This operation doesn't return events, but it returns only the subscription details. |
Delete subscription |
DELETE |
/rest/ofscCore/v1/events/subscriptions/{subscriptionId} |
This operation deletes a previously created subscription. |