POST/portfolio/columns/{columnId}/cards.json

Adding a Project to a Column from Backlog

This call will move the project from the back log to the column.


Path Params

  • Name
    columnId
    Type
    string
    required
    Description

Body Params

    • Name
      card
      Type
      object

    Request Examples

    Example Request

    POST
    /portfolio/columns/{columnId}/cards.json
    curl --request GET \
         --url https://{site_name}.teamwork.com/stats.json

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

    application/json
    {
      "cardId": "3452",
      "projectId": "273962",
      "STATUS": "OK"
    }