List moderation actions
List all available moderation actions for the authenticated organization.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Response
The date the action was created.
The IDs of the queues the action is available in.
Whether the action allows any text to be entered as a value or if it must be one of the possible values.
The ID of the action.
The name of the action.
Show the action in all queues, selected queues or no queues (to use via API only).
ALL_QUEUES
, SOME_QUEUES
, HIDDEN
The possible values of the action. The user will be prompted to select one of these values when executing the action.
Whether the action resolves and removes the item, unresolves and re-add it to the queue, or does not change the resolve status.
REMOVE
, ADD
, NO_CHANGE
Whether the action requires a value to be executed.
The action's webhooks.
The description of the action.
User defined key of the action.
Was this page helpful?