Teams
Get a collection of teams.
Table Specific Information
The driver uses the Monday API to process some of the filters. The driver processes other filters client-side within the driver. 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. |