TDV Adapter for Trello

Build 22.0.8462

BoardId

The Trello BoardId.

Data Type

string

Default Value

""

Remarks

The Trello BoardId references a specific Trello board. If specified the range of some queries will be bound to that board. For example:

SELECT * FROM Lists
will return all lists of the board.
SELECT * FROM Memberships
will return all members of the board.
SELECT * FROM Actions
will return all Actions of the board. Given that a board can have many actions, the query may take a while to execute.

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