REST resources
Several Decision Server Events resources can be accessed, by using specified HTTP methods, for different operations including reading, updating, and deleting.
High level resources
Asset related resources
Other resources
- Action objects resource
This resource represents an action object, an occurrence of the data that is passed in an action. - Actions resource
This resource represents an action, an occurrence of an activity in a business application - Assets resource
The assets resource provides access to assets in a hosted event project or the event runtime. You can use it to read lists of asset summaries, which can be filtered or sorted by using query parameters, and to read the full representation of individual assets. It can be used to create or update assets, and to perform bulk updates to selected asset attributes or full asset representations. It can also be used to delete existing assets. - Business objects resource
This resource represents a business object, that holds the data that is evaluated by event rules at run time. - Charts resource
This resource represents a chart, a graphical representation of activities that occur in the event runtime. - Directory resource
Use the directory resource to read a list of directories for event projects. A directory name can be used as the basis of further queries, for example, to list the event projects in the directory. - Event flows resource
This resource represents an event flow. - Event objects resource
This resource represents an event object, an occurrence of the data that is passed in an event. - Event projects resource
The event projects resource provides operations to read a list of event projects, read an event project summary in JSON or XML formats, upload an event project that uses RFC 1867, or download an event project in Decision Server Events event project format. It also provides operations to create a new event project, update an event project definition, or delete an event project and all associated assets. - Event rules resource
This resource represents an event rule, a piece of business logic that is evaluated by the runtime server when an event is received. - Event runtime resource
Use the event runtime resource to download the contents of the event runtime as an event project, to deploy an event project to the event runtime, or to clear out the contents of the event runtime. - Events resource
This resource represents an event, a representation of a business activity in one touchpoint system that is important to other applications in the enterprise. - Files resource
This resource represents a file stored on the server. Decision Server Events uses file assets to store XML-based descriptions of assets such as events. - Filters resource
This resource represents a filter, which contains one or more conditions that compare business object fields to specified value. - Functions resource
You can use the functions resource to access function definitions that can be used when defining expressions that occur in filters. - History resource
You can use the history resource to access information relating to the history of assets processed by the event runtime. You can retrieve history data for several asset types: events, actions, filters, and business object fields. - Locks resource
The locks resource is used to lock a hosted event project, to read information about an existing lock, or to unlock a locked event project. - Named constants resource
This resource represents a named constant, a descriptive name that is assigned a value. - Parameters resource
The parameters resource enables lists of valid parameters to be read for an action asset in either a hosted event project or in the event runtime. Parameters can also be received for synthetic events, where the list of parameters returned are those of the action that the synthetic event is based on. - Revisions resource
The revisions resource is used to create and examine revisions, and to revert the current version of the event project to a specific revision. It can be used to undo changes made to an event project. - Sources resource
This resource represents a source, that contains data required for evaluating an event or populating any action object fields not provided in the event.
Parent topic: REST resources overview