Post Comments API
已回答
已于 2023年4月26日 发布
Is there any way to pull all post comments in a Help Center in a single call, rather than by post ID? If not, are there any plans to add this capability?
1
2
已于 2023年4月26日 发布
Is there any way to pull all post comments in a Help Center in a single call, rather than by post ID? If not, are there any plans to add this capability?
1
2 条评论
David Bjorgen
Wouldn't this be a perfect place to add side loading capabilities, similar to categories-sections-articles?
0
Charles Nadeau
Hi David, you can't currently get all the post comments in one call but you could build a relatively short script that uses the List Posts and List Comments endpoints to get the same results. The logic would go something like this:
1
登录以发表评论。