CreateList
Create a new list on a board.
Input
| Name | Type | Required | Description |
| Name | String | True | Name for the list. |
| BoardId | String | True | The long ID of the board the list should be created on. |
| SourceListId | String | False | ID of the List to copy into the new list. |
| Position | String | False | Position of the list.
The allowed values are top, bottom. |
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. |
| ListId | String | The ID of the newly created list. |