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...")
 
Line 7: Line 7:
  
 
==Required Data Parameters==
 
==Required Data Parameters==
*{solutionid}: The ID of the solution being reviewed.
+
*{$solutionid}: The ID of the solution being reviewed.
*{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==

Revision as of 13:14, 28 April 2012

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

Contents

Path

  • /solution/review

Method

Required Data Parameters

  • {$solutionid}: The ID of the solution being reviewed.
  • {$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