List actions
List actions for the current user.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Only return actions available in this queue.
Response
The date the action was created.
The ID of the action.
The name of the action.
The description of the action.
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.
User defined key 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.
Was this page helpful?