TDV Adapter for Trello

Build 22.0.8462

CardLabels

Lists all labels assigned to 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 CardLabels

SELECT * FROM CardLabels WHERE CardId='5cd4655f9c12a516f688b296'

Columns

Name Type Description
CardID [KEY] String Id of the card holding the label.
LabelId [KEY] String Id of the label.
BoardID String Id of the board holding the card with assigned label.

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