POST/boards/columns/{id}/cards.json
Add a card to a Column
Important notice: This endpoint will be deprecated soon and replaced with a new Workflow endpoint, date to be confirmed.
Add a task from your list of Tasks in to a Column.
Path Params
- Name
id
- Type
- string
- required
- Description
Request Examples
Example Request
POST
/boards/columns/{id}/cards.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/stats.json
Responses
- Code
- 201
- Description
- 201 Response
201 Response
application/json
{
"cardId": "1002",
"taskId": "12345",
"STATUS": "OK"
}