Where can I locate IDs of Boards, Lists, etc in Trello?

Aravind
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 10, 2017

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?

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.
April 10, 2017

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.

Aravind
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 10, 2017

Thanks Oscar. Your suggestion worked.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events