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

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -