getActions()
Obtains information related to case actions that can be performed on an assignment.
Returns
Information related to case actions as an array.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns information related to case actions.
const actions = getPConnect().getCaseInfo().getActions();
Previous topic APIs in the CaseInfo class Next topic getActiveFlowActionID()