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?
相关问题
- get asana project id
- Asana tag API query often misses newly created Tag
- Create an external link in a comment in Asana
- How to set custom_fields that has an enum_value us
- How can I add guests or members to projects create
相关文章
- get asana project id
- Asana tag API query often misses newly created Tag
- 在体位更新URL没有返回(Update URL in Asana returns nothing)
- 如何通过用户嘉尚获得任务(How to get tasks by user in Asana)
- 如何通过API在嘉尚项目内容设置丰富文本(How to Set Rich Text in Asana
- 在故事的用户提及的超链接(Hyperlink Mentions of Users in Storie
- 在阵列中存储的唯一任务ID(Storing only task id in an array)
- Create an external link in a comment in Asana
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
There was already such question. According to Asana API there is no such opportunity. To ask why, you should ask Asana support team.