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
Post a Comment