Forum Discussion
aqAnt
4 years agoSmartBear Alumni (Retired)
Hi Ben,
The error occurs because your ReviewService.getReviewFile method call lacks of two required parameters. Please modify the method call like this to make it works:
{
"command" : "ReviewService.getReviewFile",
"args" : {
"versionId" : 123456,
"reviewId" : 1234,
"clientBuild" : 12203,
"active" : true
}}
Related Content
- 5 years ago
Recent Discussions
- 2 months ago