Get General Settings
kintone-get-general-settingsRetrieve general settings of a kintone app, including app name and description, in your preferred language, with an option to access the preview environment.
Instructions
Get general settings of a kintone app
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | The ID of the app to retrieve (numeric value as string) | |
| lang | No | The language for retrieving the app name and description | |
| preview | No | Whether to retrieve from preview environment (requires app administration permission for preview, record view/add permission for production) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The app name | |
| description | Yes | The app description | |
| icon | Yes | The app icon settings | |
| theme | Yes | The app theme | |
| titleField | Yes | Record title field configuration | |
| enableThumbnails | Yes | Whether thumbnails are enabled | |
| enableBulkDeletion | Yes | Whether bulk record deletion is enabled | |
| enableComments | Yes | Whether comments are enabled | |
| enableDuplicateRecord | Yes | Whether record duplication is enabled | |
| enableInlineRecordEditing | Yes | Whether inline record editing is enabled | |
| numberPrecision | Yes | The numeric calculation settings | |
| firstMonthOfFiscalYear | Yes | The first month of the fiscal year (1-12) | |
| revision | Yes | The revision number |