Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要选择一个用户,然后列出该用户正在处理的所有项目。另外,如何使用用户的特定工作区来完成?网址会是什么样子?
另外,我们如何使用 asana api 访问在 asana 中创建的团队?
文档很不错。
最值得注意的是,您可能正在寻找端点/users、/projects和/projects/[project-id]/tasks. 据我所知,API 无法列出用户正在处理的所有项目。您必须通过迭代项目中的所有任务来自己创建该列表。
/users
/projects
/projects/[project-id]/tasks