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

Body Params

    • Name
      card
      Type
      object
    • Name
      positionAfterId
      Type
      integer

    Responses

    • Code
      201
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "cardId": "1002",
      "taskId": "12345",
      "STATUS": "OK"
    }