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 的唯一数据。
我需要日期范围内的数据。
我必须获取所有数据,然后根据需要进行过滤。
这是非常痛苦的。
添加您的需要选项字段
# Request curl -u <api_key>: "https://app.asana.com/api/1.0/tasks/1224?opt_fields=name,notes" # Response HTTP/1.1 200 { "data": { "name": "Make a list", "notes": "Check it twice!", "id": 1224 } }