Universal Event Template Web Services
Overview
Universal Controller supports the following RESTful-based web services for Global Universal Event Templates, which are listed alphabetically on this page.
Formatting specifications for each web service, including details about parameter requirements, are provided.
Auditing Universal Events
Universal Event Web Service Publish Audit lets you specify whether or not an audit record is generated for each Universal Event published through the Universal Event Web Services.
(Universal Event Extension Publish Audit lets you specify whether or not an audit record is generated for each Universal Event published through an Extension-based Universal Task Instance.)
Note
Enabling these audit properties can generate a large quantity of audit.
Create a Universal Event Template
| Description |
|---|---|
URI | |
HTTP Method | POST |
Description | Creates a Universal Event Template. |
Example URI | |
Authentication | HTTP Basic |
Consumes Content-Type | application/xml, application/json |
Produces Content-Type | n/a |
Example | See Create, Modify, and Read a Universal Event Template: XML and JSON Examples, below. |
Universal Event Template Properties | |
Example Response |
|
Create, Modify, and Read a Universal Event Template: XML and JSON Examples
XML | JSON |
|---|---|
|
|
Delete a Universal Event Template
| Description |
|---|---|
URI | |
HTTP Method | DELETE |
Description | Deletes a Universal Event Template. |
URI Parameters | See Delete a Universal Template URI Parameters, below. |
Example URI | |
Example Response |
|
Delete a Universal Event Template - URI Parameters
Parameter | Description | Specifications | Required | Mutually Exclusive With |
|---|---|---|---|---|
| ID used within the Controller to identify this Universal Event Template. | String; URI parameter. | Y (unless |
|
| Name used within the Controller to identify this Universal Event Template. | String; URI parameter. | Y (unless |
|
List Universal Event Templates
| Description |
|---|---|
URI | http://host_name/uc/resources/universaleventtemplate/list |
HTTP Method | GET |
Description | Retrieves information on Universal Event Templates using specific query parameters. Note System event template will not be included in the list response. |
Example URI | |
Authentication | HTTP Basic |
Produces Content-Type | application/xml, application/json |
Example | See List Universal Event Templates: XML and JSON Examples, below. |
Universal Event Template Properties |
List Universal Event Templates - URI Parameters
Parameter | Description | Specifications | Required |
|---|---|---|---|
| Name used within the Controller to identify this Universal Event Template. | Wildcards are supported. | N |
List Universal Event Templates: XML and JSON Examples
XML | JSON |
|---|---|
|
|