Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Get all Trello cards(associated with a member) including card's board name and list name

Gmanik446 November 20, 2017

I have found this Trello Rest API Documentation to get the list of Trello cards associated with a member. And below is the API, that I used to get list of Trello cards.

https://api.trello.com/1/members/me/cards?key=AppKey&token=UserAccessToken

And API response looks like,

Trello.PNG

If you observe the observe the response, it has board id and list id. But all I wanted is board name and list name. Could any body help me to get the board name and list name using above Trello rest API?

 

Any suggestions/answers are more than welcome.

Thanks in Advance!!!!

1 answer

1 accepted

1 vote
Answer accepted
Oscar Triscon
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 20, 2017

Use the idBoard to get the board:

GET https://api.trello.com/1/boards/BOARD_ID?key=AppKey&token=UserAccessToken   

Where BOARD_ID is the idBoard from a card. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events