I am going through Trello API Reference docs.
Ex: GET /1/boards/[board_id]
In the above example, I need to provide [board_id]. Where can I find IDs?
You can start by getting all of your boards:
GET /1/members/me/boards
This will return an array with an element for each board, including an id field for each board.
Thanks Oscar. Your suggestion worked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.