Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


 Description

Consumes Content-Type

Application/XML & Application/JSON

Description

List component events

Authentication

HTTP Basic

URI

http://host_name/uc/resources/trigger/listcomponentevents

http://host_name/uc/resources/trigger/listComponentEvents

HTTP Method

GET

Example URI

http://localhost:8080/uc/resources/trigger/listcomponentevents?triggername=test

http://localhost:8080/uc/resources/trigger/listComponentEvents?triggername=test

http://localhost:8080/uc/resources/trigger/listcomponentevents?triggerid=123456789

http://localhost:8080/uc/resources/trigger/listComponentEvents?triggerid=123456789

Example Response See List Component Events: XML and JSON Examples
Trigger PropertiesSee Read a Composite Trigger: URI Parameters.

Produces Content-Type

 application/xml, application/json


Anchor
Modify a Composite Trigger
Modify a Composite Trigger

Modify a Composite Trigger


Description

URI

http://host_name/uc/resources/trigger

HTTP Method

PUT

Description

Modifies the trigger specified by the sysId in the Example Request.
 
To modify Composite Trigger properties without modifying related records, use the excludeRelated property.

Example URI

http://localhost:8080/uc/resources/trigger

Consumes Content-Type

application/xml, application/json

Produces Content-Type

n/a

Anchor
Example Request
Example Request
Example Request

See Composite Trigger: XML and JSON Examples.

Trigger Properties

Trigger Component Properties

Trigger-Related Record Properties

Example Response

  • Status 200 /OK
    Successfully updated the <trigger type> trigger to version <version>.

...