CreateLists
Uploads an attachment to a specific card. Note: Must provide either AttachmentPath, Content/FileName or Url. Every aforementioned input takes precedence over the next one.
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. |