CreateApp
Creates apps.
Input
| Name | Type | Required | Description |
| Name | String | True | Specify the name of the application in less than 64 characters. |
| 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 | This is a boolean value that indicates whether the Space parameter is a normal space or a guest space. Set this value to true for guest spaces.
The default value is false. |
Result Set Columns
| Name | Type | Description |
| AppId | String | The Id of the app. |
| Revision | String | The revision of the app. |
| Success | String | This value shows a boolean indication of whether the operation was successful or not. |