【发布时间】:2012-06-13 02:41:59
【问题描述】:
我认为这将为我提供关注者姓名列表,而不仅仅是 ID:
https://app.asana.com/api/1.0/projects?opt_fields=name,followers&opt_expand=followers
我是否错误地使用了 opt_expand?
【问题讨论】:
我认为这将为我提供关注者姓名列表,而不仅仅是 ID:
https://app.asana.com/api/1.0/projects?opt_fields=name,followers&opt_expand=followers
我是否错误地使用了 opt_expand?
【问题讨论】:
(我在 Asana 工作)
opt_fields 和 opt_expand 之间的相互作用可能令人困惑,因为 opt_fields 目前优先。
opt_fields 列表中的键 name 将属于项目,而不是关注者。
尝试只传递opt_fields=followers,followers.name。
【讨论】: