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,
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!!!!
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.