PluginData
Get data from plugins that have been enabled on board.
Table Specific Information
Select
The 本製品 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:
CardID needs to be specified in the query for ex.
SELECT * FROM PluginData WHERE CardID = '58355989b87aab776a356f76'
Columns
Name | Type | Description |
ID [KEY] | String | The record Id. |
PluginId | String | The id of the plugin. |
CardID [KEY] | String | The id of the card. |
Value | String | The value returned from the plugin. |
Access | String | Determines if plugin data has shared or private access. |
Scope | String | The scope of the plugin data. |