Solution Review

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The solution review command allows a user to review a crowd sourced solution. ==Path== */solution/review ==Method== *POST ==Required Data Para...")
 
 
(One intermediate revision by one user not shown)
Line 7: Line 7:
  
 
==Required Data Parameters==
 
==Required Data Parameters==
*{solutionid}: The ID of the solution being reviewed.
+
*{$solutionid}: The solution ID that is returned when using the [[Solution List|list]] command.
*{rating}: The rating that being given to the solution, (1-5).
+
*{$rating}: The rating that being given to the solution, (1-5).
*{comment}: A comment that will be submitted with the review.
+
*{$comment}: A comment that will be submitted with the review.
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==
*{name}: The name of the person making the comment, default is Anonymous.
+
*{$name}: The name of the person making the comment, default is Anonymous.
  
 
==Returned Data==
 
==Returned Data==

Latest revision as of 19:14, 3 June 2012

The solution review command allows a user to review a crowd sourced solution.

Contents

Path

  • /solution/review

Method

Required Data Parameters

  • {$solutionid}: The solution ID that is returned when using the list command.
  • {$rating}: The rating that being given to the solution, (1-5).
  • {$comment}: A comment that will be submitted with the review.

Optional Data Parameters

  • {$name}: The name of the person making the comment, default is Anonymous.

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
)
Personal tools