Skip to main content
Planview Customer Success Center

Create parent and child connections

POST /io/card/connections

Connect cards to child or parent cards.

Example Request

Connect a card to a child card

{
   "cardIds":[
      "943204705"
   ],
   "connections":{
      "children":[
         "943206826"
      ]
   }
}

Connect multiple cards to multiple parents

{
   "cardIds":[
      "943206826",
      "943204705"
   ],
   "connections":{
      "parents":[
         "943206946",
         "943207144"
      ]
   }
}

Example Successful Response

201 Created




Updated 2020-01-22 @ 12:01 PM