Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Methods

  • delete(actionID: string): Promise<string>
  • Retrieves a list with all actions from the account

    default
    queryObj: {
    page: 1,
    fields: ["id", "name"],
    filter: {},
    amount: 20,
    orderBy: "name,asc",
    }

    Parameters

    Returns Promise<ActionInfo[]>