TDV Adapter for Monday

Build 22.0.8462

Columns

The board's visible columns.

Table Specific Information

The adapter uses the API to process some of the filters. The adapter processes other filters client-side within the adapter. You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any search criteria that refers to other columns will cause inconsistent data. For example, the following queries are processed server side.

  • ID supports the '=, IN' operators.
  • BoardId supports the '=, IN' operators.

SELECT


SELECT * FROM Columns WHERE ID = 'name'
SELECT * FROM Columns WHERE ID IN ('name','person')
SELECT * FROM Columns WHERE BoardId = '2182296646'
SELECT * FROM Columns BoardId IN ('2182296646','2181960030')

Columns

Name Type References Description
Id [KEY] String The column's identifier, unique only to its board.
BoardId [KEY] Long

Boards.id

The unique identifier of the board.
Archived Bool Whether or not the column is archived.
Settings String The column's settings in a string form.
Title String The column's title.
Type String The column's type.
Width Int The column's width.

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