Reactions
Lists all Reactions made on the logged users Actions.
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:
ActionId needs to be specified in the query for ex.
SELECT * FROM Reactions WHERE ActionId = '5cf527965bd25809b8c75f0b' SELECT * FROM Reactions WHERE ActionId = '5cf527965bd25809b8c75f0b' AND EmojiShortName = 'rage'
Columns
| Name | Type | Description |
| ReactionId [KEY] | String | The Id of the reaction. |
| ActionId | String | The Id of the action where the reaction was made. |
| MemberId | String | The Id of the member who made the reaction. |
| MemberFullName | String | The full name of the member who made the reaction. |
| MemberInitials | String | The initials of the member who made the reaction. |
| MemberUsername | String | The username of the member who made the reaction. |
| EmojiUnified | String | The code of the emoji. |
| EmojiName | String | The name of the emoji. |
| EmojiNative | String | The native of the emoji. |
| EmojiSkinVariation | String | The color of the emoji. |
| EmojiShortName | String | The short name of the emoji. |