CreateLists
Uploads an attachment to a specific card. You must provide either AttachmentPath, Content/FileName, or URL. Each input takes precedence over the next.
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.
使用できる値は次のとおりです。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. |