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.
|
| enableComments | Boolean | The status of the Enable comments settings.
|
| enableThumbnails | Boolean | The status of the Show thumbnails settings.
|
| enableChangeHistory | Boolean | The status of the Change history settings.
|
| enableInlineRecordEditing | Boolean | The status of the Inline record editing settings.
|
| 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