Class: Action

Action

new Action()

Action resource
Source:

Methods

get(id, callbackopt)

Get the identified action object.
Parameters:
Name Type Attributes Description
id number The id of the action to retrieve
callback requestCallback <optional>
callback that handles the response
Source:

list(page or queryObjectopt, perPageopt, callbackopt)

List action objects.
Parameters:
Name Type Attributes Description
page or queryObject number | object <optional>
page number to retrieve or key value pairs of query parameters
perPage number <optional>
number of result per page to retrieve
callback listRequestCallback <optional>
callback that handles the response
Source: