コンテンツにスキップ

trello APIから情報を取得#

## ボード一覧
curl "https://trello.com/1/members/<USER_ID>/boards?key=<KEY>&token=<TOKEN>&fields=name"

## リスト一覧
curl "https://trello.com/1/boards/<BOARD_ID>/listskey=<KEY>&token=<TOKEN>&fields=name"

## カード一覧
curl "https://trello.com/1/lists/<LIST_ID>/cards?key=<KEY>&token=<TOKEN>&fields=name"

References#

Tags#

  • #tool