List actions

get/api/policy/v1/enterprises/{enterpriseId}/touchpoints/{touchpointId}/filteringconditions/{filteringCondition}/actions

Lists all available actions for a given touchpoint and scope.

Path Parameters

  • enterpriseIdstringRequired
    Your Enterprise Id.
  • touchpointIdstringRequired
    The id of a Touchpoint.
  • filteringConditionstringRequired
    The name of the Filtering condition to be used when creating or updating a policy rule. Not all Touchpoint Actions are compatible with all Filtering Conditions.

200 Response

actionsrequired
Automatically denies a transfer.
name string required
The name of the action.
Allowed value: approvals.always.deny
Example: approvals.always.deny
label string required
A label for the action which can be shown to an end user.
Example: Deny
description string required
A description for the action which can be shown to an end user.
Example: Automatically reject
status string required
Status of the action. Indicates if the Actions is usable "ACTIVE" or not "INACTIVE". * "ACTIVE" - The action is available for use. * "INACTIVE" - The action is NOT available for use.
Allowed values: ACTIVE INACTIVE
Example: ACTIVE
adminOnly boolean required
true, if this is an internal action, false otherwise.
Example: false

401 Response

code string
message string
status integer

403 Response

code string
message string
status integer

404 Response

code string
message string
status integer

500 Response

code string
message string
status integer