Teams
Get a collection of teams.
View-Specific Information
SELECT
The cmdlet uses the Monday API to process some of the filters. The cmdlet processes other filters client-side within the cmdlet. 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.
- Id supports the '=','IN' comparison operators.
SELECT * FROM Teams WHERE Id = '565332'
SELECT * FROM Teams WHERE Id IN ('565332, 565333')
Columns
Name | Type | References | Description |
Id [KEY] | String | The team's unique identifier. | |
Name | String | The team's name. | |
PictureUrl | String | The team's picture url. |