Trello API: Search for list -


i using path: '/1/search/' search items in trello board.

according documentation, modeltypes return are:

[ 'actions', 'cards', 'boards', 'organizations', 'members' ]

i conduct search lists, possible in current version of api?

i don't think it's supported.

but, use get /1/boards/[board_id]/lists lists , perform search there. have know board id though.

https://developers.trello.com/advanced-reference/board#get-1-boards-board-id-lists


Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -