Reactions
Lists all Reactions made on the logged users Actions.
Table Specific Information
Select
The driver 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'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 |
ReactionId [KEY] | String | The Id of the reaction. |
ActionId | String | The Id of the action where the reaction was made. |
MemberId | String | |
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 | |
EmojiSkinVariation | String | The color of the emoji. |
EmojiShortName | String | The short name of the emoji. |