Trello API: getting boards / lists / cards information

前端 未结 5 1263
余生分开走
余生分开走 2021-02-03 22:12

Using Trello API: - I\'ve been able to get all the cards that are assigned to a Trello user - I\'ve been able to get all the boards that are assigned to an Organization

5条回答
  •  闹比i
    闹比i (楼主)
    2021-02-03 23:05

    You can do it by calling

    GET /1/organizations/[idOrg]/boards?lists=all

    It is here: https://developers.trello.com/advanced-reference/organization#get-1-organizations-idorg-or-name-boards

    Look at the arguments.

    There are several filters and fields. You can customize it.

提交回复
热议问题