BoardPlugins
Lists all plugins enabled for each board.
Table Specific Information
Select
The driver will use the Trello API to process the criteria columns.
Get all the plugins that are enabled in Boards.
SELECT * FROM BoardPlugins SELECT * FROM BoardPlugins WHERE BoardId='5835594ee003411c6abdbfbd'You can turn off client-side execution by setting SupportEnhancedSQL to false in which case any search criteria that refers to other columns will cause an error.
Columns
Name | Type | Description |
ID | String | Record Id. |
PluginId [KEY] | String | The Id of the Plugin. |
BoardId | String | The Id of the Board. |