如何使用 Trello API 获取所有带有紫色标签的卡片?

How to use the Trello API to get all cards with a purple label?

我正在尝试使用 Trello 沙箱获取所有标记为紫色的卡片(来自所有看板)。

这有效:

Trello.rest('GET', 'search', {'query': 'label:purple'});