CreateBoards
Create a new board.
Input
Name | Type | Required | Description |
Name | String | True | The new name for the board. |
Description | String | False | The description for the board. |
OrganizationId | String | False | The id or name of the Workspace the board should belong to. |
UseDefaultLabels | Boolean | False | Determines whether to use the default set of labels. Default: true. |
UseDefaultLists | Boolean | False | Determines whether to add the default set of lists to a board (To Do, Doing, Done). It is ignored if `SourceBoardId` is provided. Default: true. |
SourceBoardId | String | False | The id of a board to copy into the new board. |
KeepCardsFromSource | Boolean | False | To keep cards from the original board pass in the value `true`. |
PowerUps | String | False | The Power-Ups that should be enabled on the new board.
使用できる値は次のとおりです。all, calendar, cardAging, recap, voting |
Result Set Columns
Name | Type | Description |
Success | String | This value shows a boolean indication of whether the operation was successful or not. |
ErrorMessage | String | Error message for an unsuccessful operation. |
BoardId | String | The ID of the newly created board. |