Labels
Lists all labels of the boards.
Table Specific Information
Select
The add-in will use the Trello API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client-side within the driver. For example, the following query is processed server-side:
SELECT * FROM Labels WHERE BoardId = '4e99eb7aa9797361bc22e6ct' SELECT * FROM Labels WHERE LabelId = '4e99eb7aa9797361bc22e6ct'
Columns
Name | Type | Description |
LabelID [KEY] | String | The Id of the label. |
BoardID | String | The id of the board. |
Name | String | The name of the label. |
Color | String | The color of the label. |