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.
我正在使用 java/javascript 开发一个小型 Web 应用程序。我想为特定用户查询与 Asana 相关的所有任务。
我已经浏览了 API,我发现作为请求参数需要有工作区 Id 和 Api id 。我能够找到的 API ID。但不知道如何找到工作区 ID。
你能帮我获取工作区ID吗
您需要调用 /workspaces 以获取工作空间列表。从工作区列表中选择一个工作区。
检查此https://asana.com/developers/api-reference/workspaces