Skip to main content

Get Teams For Workspace

Returns the compact records for all teams in the workspace visible to the authorized user.

Parameters

ParameterDescription
FieldsDefines fields to return.
Some requests return compact representations of objects in order to conserve resources and complete the request more efficiently.
Other times requests return more information than you may need. This option allows you to list the exact set of fields that the API should be sure to return for the objects.
The field names should be provided as paths.
The ID of included objects will always be returned, regardless of the field options.
LimitResults per page.
The number of objects to return per page. The value must be between 1 and 100.
OffsetOffset token.
An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results.
'Note: You can only pass in an offset that was returned to you via a previously paginated request.'.
Workspace GidGlobally unique identifier for the workspace or organization.

Example Output

{
"data": [
{
"gid": "12345",
"name": "Marketing",
"resource_type": "task"
}
]
}

Workflow Library Example

Get Teams for Workspace with Asana and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop