简体   繁体   English

如何获得评论历史

[英]How to get reviews history

I'm using the Upsource API to get the revisions and reviews. 我正在使用Upsource API来获取修订和评论。 Does anyone know which method to use to get the reviews summary? 有谁知道使用哪种方法来获得评论摘要?

Review Summary 评测总结

I've tried getReviewSummaryChanges, getReviewSummaryDiscussions, but I didn't get what I needed. 我已经尝试过getReviewSummaryChanges,getReviewSummaryDiscussions,但是我没有得到所需的东西。

Thank you 谢谢

You can try other methods as described in the documentation: https://upsource.evolutiongaming.com/~api_doc/reference/index.html 您可以按照文档中所述尝试其他方法: https : //upsource.evolutiongaming.com/~api_doc/reference/index.html

Try POST with "getFeed" method to get complete set of changes happening to a review : including "addedRevisions": 尝试使用“ getFeed”方法进行POST,以获取对评论进行的完整更改集:包括“ addedRevisions”:

https://upsource-host/~rpc/getFeed https://开头upsource主机/〜RPC / getFeed

{ 
    "limit": 20,
    "type": 2,
    "projectId":"myproject",
    "reviewId":"MYPROJECT-CR-123"
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM