project
or tag
if you do not specify assignee
and workspace
.curl --location --request GET 'https://app.asana.com/api/1.0/tasks'
{
"data": [
{
"gid": "12345",
"resource_type": "task",
"name": "Bug Task"
}
]
}
assignee
, you must also specify the workspace
to filter on.workspace
, you must also specify the assignee
to filter on.