How do I query archived tasks in Asana via their API

淺唱寂寞╮ 提交于 2020-01-02 03:34:07

问题


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?


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/11129207/how-do-i-query-archived-tasks-in-asana-via-their-api

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!