How do I query archived tasks in Asana via their A

2019-04-28 04:12发布

I am interested in exporting data from Asana so we can run reports off of it. To do this, I will need to get a list of all tasks, including those archived. My understanding of the API that lists tasks is that if the task is archived, it will not be retrieved when getting tasks for a project. Is there a way to query all tasks, regardless if they are archived?

标签: asana
2条回答
我想做一个坏孩纸
2楼-- · 2019-04-28 04:33

Archived tasks can be accessed by including the parameter ?include_archived=true in your request for querying tasks by project.

Task section in Asana documentation

查看更多
Deceive 欺骗
3楼-- · 2019-04-28 04:42

There was already such question. According to Asana API there is no such opportunity. To ask why, you should ask Asana support team.

查看更多
登录 后发表回答