TDV Adapter for Trello

Build 22.0.8462

CardStickers

Lists all stickers for each card.

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:

SELECT * FROM CardStickers

SELECT * FROM CardStickers WHERE Name='thumbsdown'

SELECT * FROM CardStickers WHERE BoardID='4e99eb7aa9797361bc22e6ct'

Columns

Name Type Description
CardID [KEY] String The Id of the card.
StickerId [KEY] String The Id of the sticker.
Name String Name of the sticker.
BoardID String The Id of the board referencing the card with the sticker.

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