Get a list of child board connections
GET /io/card/:cardId/connection
Get a list of child board connections. This is the unique set of child boards related to the parent card.
Example Request
3 | -H 'Authorization: Basic base64encodedauthhere' \ |
4 | -H 'Content-Type: application/json' |
Example Successful Response
200 OK
04 | "cardId" : "943206946" , |
05 | "boardId" : "943929912" , |
06 | "boardTitle" : "Child board" , |
12 | "cardId" : "943206946" , |
13 | "boardId" : "943188457" , |
14 | "boardTitle" : "Example board" , |