如何在单个请求中从 Workplace Graph API 获取小组帖子及其评论?

How to get group posts and their comments from Workplace Graph API in a single request?

我知道我可以使用图形 API 端点 /group-id/feed 获取一组中的所有 post。而且我知道我也可以获得单个 post 的所有评论。但我想知道是否有可能在单个请求中获得组中每个 post 的评论。

理想情况下,我希望在单个请求中包含类似 "get the latest 10 posts of a group with their comments" 的内容。

在文档中找不到任何内容,所以这可能是不可能的。

你可以使用字段参数

/group-id/feed?fields=消息,评论

通过这种方式,您可以检索 post 的消息以及与之相关的所有评论