TDV Adapter for Monday

Build 22.0.8462

Teams

Get a collection of teams.

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.

SELECT


SELECT * FROM Teams WHERE Id = '565332'
SELECT * FROM Teams WHERE Id IN ('565332,565333')

Columns

Name Type References Description
Id [KEY] Int The team's unique identifier.
Name String The team's name.
PictureUrl String The team's picture url.

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