Parameters

ParameterDescription
ArchivedOnly return projects whose archived field takes on the value of this parameter.
Team IDThe team to filter projects on.
Workspace IDThe workspace or organization to filter projects on.

Example Output

{    "data": [        {            "gid": "12345",            "name": "Stuff to buy",            "resource_type": "task"        }    ]}

Workflow Library Example

Get Projects with Asana and Send Results Via Email

Preview this Workflow on desktop