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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -