Teams
Fetches a collection of teams, including their details and associated users.
View-Specific Information
SELECT
The provider uses the Monday API to process some of the filters. The provider processes other filters client-side within the provider.
- 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 unique identifier for the team, used to reference the team across the system. This ID ensures that each team can be distinguished and managed independently. | |
| Name | String | The name of the team, which can be used to identify the team in user interfaces, reports, or other parts of the system. | |
| PictureUrl | String | The URL link to the team's picture or logo, used for displaying visual representations of the team in the application or on web pages. |