TDV Adapter for Asana

Build 22.0.8462

Workspaces

To Update and Query from Workspaces table. A workspace is the highest-level organizational unit in Asana. All projects and tasks have an associated workspace.

Table Specific Information

Select

The adapter 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 adapter.

  • Id supports the '=' comparison.
  • UserId supports the '=' comparison.

For example, the following queries are processed server side:

SELECT * FROM Workspaces WHERE Id = '1126938837961835'

SELECT * FROM Workspaces WHERE UserId = '1126938691750986'

Update

Following is an example of how to update a Workspaces table:

UPDATE Workspaces SET Name='IT-Eng' WHERE Id='1126938837961835'

Columns

Name Type ReadOnly References Description
Id [KEY] String True

Globally unique ID of the workspace.

Name String False

The name of the workspace.

ResourceType String True

The resource type of this resource.

IsOrganization Boolean True

Whether the workspace is an organization.

EmailDomains String True

Whether the workspace is an organization.

UserId String True

Users.Id

Globally unique ID of the user.

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