Get archived tasks from asana

对着背影说爱祢 提交于 2019-12-06 15:53:54

问题


We are trying to get the tasks from Asana using the Asana API to create a customized dashboard. But we couldn't get archived tasks using the API. Is there anyway to get all tasks including the archived tasks using the API? If this feature doesn't exist will it be added in the upcoming releases?

Thanks in advance


回答1:


There's actually a flag, include_archived that you can set to true, which will cause a query for tasks to (you guessed it!) include the archived tasks as well. See https://asana.com/developers/api-reference/tasks for more details (esp. the "Querying for Tasks" section).

Hope that helps!



来源:https://stackoverflow.com/questions/15081582/get-archived-tasks-from-asana

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