TDV Adapter for Trello

Build 22.0.8462

Reactions

Lists all Reactions made on the logged users Actions.

Table Specific Information

Select

The adapter 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
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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462