Get Available App Actions

Get Available App Actions - kintone.app.record.getActions()

Retrieves the list of available App Actions of the current record.

Function

kintone.app.record.getActions()

Parameters

None

Returns

A Promise object.
When the Promise object is fulfilled, an array of objects containing the following elements can be retrieved.

Property Type Description
name String The name of the App Action.
When the action name is set in multiple languages, the name in the display language of the user running the API is retrieved.
id String Action ID

Available Pages

  • Record Details