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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.