Cmdlets for Trello

Build 23.0.8839

BoardId Parameter (Connect-Trello Cmdlet)

The Trello BoardId.

Syntax

Connect-Trello -BoardId string

Data Type

cstr

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) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839