Execute a User Activity

Executes the identified user activity.

HTTP MethodURLParametersRequest BodyResponse Body
POSThttps://serverName:port/ProficyWebApi/api/UserActivities/<id> ?action=execute&timeout=30

Values are in JSON format.

Action: execute is the only supported value.

Timeout: amount of time to wait for results in seconds. To return immediately without a result, use 0, or do not specify.

Input values.

{
  "Input1" : 1,
  "Input2" : "hello"
}
Output values.
{
  "Output": 1
}