CreateApp
Creates a new Kintone app from a provided configuration, supporting automated provisioning workflows.
Input
| Name | Type | Required | Description |
| Name | String | True | Specifies the name of the new app, which must contain fewer than 64 characters to meet Kintone's naming requirements. |
| Space | String | False | The Id of the space. Do not specify this if the connection property GuestSpaceId is set in the connection string. |
| ThreadId | String | False | The Id of the thread. This is required if the Space parameter or the connection property GuestSpaceId is specified. |
| IsGuestSpace | Boolean | False | Indicates whether the Space parameter refers to a guest space, requiring the value 'true' for guest spaces and 'false' for normal spaces.
The default value is false. |
Result Set Columns
| Name | Type | Description |
| AppId | String | Returns the identifier of the newly created app. |
| Revision | String | Returns the revision number assigned to the new app's initial configuration. |
| Success | String | Indicates whether the operation completed successfully by returning a Boolean value. |