Get App

Get App - kintone.app.get()

Retrieves the current App configuration information.

Function

kintone.app.get()

Parameters

None

Returns

A Promise object.
The following values can be retrieved when the Promise object is fulfilled:

Property Type Description
id String The App ID
name String The App name.
If the App name is set for each language, the App name is returned according to the language set by the user executing the API.
description String The App description.
If not set, an empty string is returned.
If the App description is set for each language, the App description is returned according to the language set by the user executing the API.
code String The App code.
If not set, null is returned.
numberPrecision Object An object of the Precision of numbers and calculations settings.
numberPrecision.digits Integer The value of Total number of digits.
numberPrecision.decimalPlaces Integer The value of Number of decimal places to round.
numberPrecision.roundingMode Integer The value of Rounding.
  • HALF_EVEN: Round to nearest even number
  • UP: round up
  • DOWN: round down
enableComments Boolean The status of the Enable comments settings.
  • true: the Enable comments setting is enabled
  • false: the Enable comments setting is disabled
enableThumbnails Boolean The status of the Show thumbnails settings.
  • true: the Show thumbnails setting is enabled
  • false: the Show thumbnails setting is disabled
enableChangeHistory Boolean The status of the Change history settings.
  • true: the Change history setting is enabled
  • false: the Change history setting is disabled
enableInlineRecordEditing Boolean The status of the Inline record editing settings.
  • true: the Inline record editing setting is enabled
  • false: the Inline record editing setting is disabled
createdAt String The date of when the App was created.
creator Object The information of the user who created the App.
creator.code String The login name of the creator.
An empty string is returned for inactive users or deleted users.
creator.name String The display name of the creator.
An empty string is returned for inactive users or deleted users.
modifiedAt Object The date of when the App was last modified.
modifier.code String The login name of the last updater.
An empty string is returned for inactive users or deleted users.
modifier.name String The display name of the last updater.
An empty string is returned for inactive users or deleted users.
spaceId String The Space ID.
For an App that do not belong to a space, null is returned.
revision String The revision number of the App settings

Available Pages

  • Record List
  • Record Create
  • Record Edit
  • Record Details
  • Graph
  • Plug-in settings page