Get App
kintone-get-appRetrieve app settings from a kintone app by providing its ID.
Instructions
Get app settings from kintone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The ID of the app to retrieve (numeric value as string) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The app ID | |
| code | Yes | The app code (empty string if not set) | |
| name | Yes | The app name | |
| description | Yes | The app description (empty string if not set) | |
| spaceId | Yes | The space ID (null if not in a space) | |
| threadId | Yes | The thread ID (null if not in a space) | |
| createdAt | Yes | The creation date and time | |
| creator | Yes | The creator information | |
| modifiedAt | Yes | The last modified date and time | |
| modifier | Yes | The modifier information |