API version v1.0
Add a list to the board
Parameter | Description | Optional | Default |
---|---|---|---|
Name | a string with a length from 1 to 16384 | ||
BoardID | id of the board that the list should be added to | ||
idListSource | The id of the list to copy into a new list. | True | |
Position | A position. top, bottom, or a positive number. | True | top |
POST | api:AddList("ListName",BoardID) |
api:AddList("ListName",BoardID)
"Invalid arguments: arg1"
Rate Limited | True |
Response Format | Table |
Authentication | Key & Token |