Teams
A team is used to group related projects and people together within an organization. Each project in an organization is associated with a team.
Table Specific Information
Select
The component will use the Asana API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the component.
- Id supports the '=' comparison.
- WorkspaceId supports the '=' comparison.
- UserId supports the '=' comparison.
For example, the following queries are processed server side:
SELECT * FROM Teams WHERE Id = '1126938837961832' SELECT * FROM Teams WHERE WorkspaceId = '1126938837961830' SELECT * FROM Teams WHERE UserId = '1126938691750986' AND workspaceid = '1126938837961830'
Columns
Name | Type | References | Description |
Id [KEY] | String | Globally unique ID of the team. | |
Name | String | The name of the team. | |
Description | String | The description of the team. | |
WorkspaceId | String |
Workspaces.Id | The workspace or organization this team is associated with. |
HTMLDescrption | String | The description of the team with formatting as HTML. | |
ResourceType | String | The resource type of this resource. | |
UserId | String |
Users.Id | Globally unique ID of the user. |