DuplicateGroup
Duplicate a group.
Input
Name | Type | Required | Description |
BoardId | String | True | The board's unique identifier. |
GroupId | String | True | The group's unique identifier. |
AddToTop | Boolean | False | Should the new group be added to the top. |
GroupTitle | String | False | The group's title. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether or not the operation executed successfully. |
Details | String | Any extra details on the operation's execution. |
GroupId | String | The group's unique identifier. |