DuplicateBoard
Duplicate a board.
Input
| Name | Type | Required | Description |
| BoardId | String | True | The board's unique identifier. |
| DuplicateType | String | True | The duplication type.
The allowed values are duplicate_board_with_structure, duplicate_board_with_pulses, duplicate_board_with_pulses_and_updates. |
| BoardName | String | False | Optional the new board's name. If omitted then automatically generated |
| WorkspaceId | String | False | Optional destination workspace. Defaults to the original board workspace. |
| FolderId | String | False | Optional destination folder in destination workspace. Defaults to the original board folder. |
| KeepSubscribers | Boolean | False | Duplicate the subscribers to the new board. Defaults to false. |
Result Set Columns
| Name | Type | Description |
| BoardId | String | The board's unique identifier. |